Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nested CTE leading to nested WITH problem #262

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

jarodmeng
Copy link
Contributor

Fixed #261

Copy link

codecov bot commented Nov 6, 2023

Codecov Report

Merging #262 (88b7bd1) into master (c98a2dd) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

❗ Current head 88b7bd1 differs from pull request most recent head d44ed77. Consider uploading reports for the commit d44ed77 to get more accurate results

@@            Coverage Diff             @@
##           master     #262      +/-   ##
==========================================
- Coverage   34.32%   34.30%   -0.02%     
==========================================
  Files          46       46              
  Lines        1774     1775       +1     
==========================================
  Hits          609      609              
- Misses       1165     1166       +1     
Files Coverage Δ
R/dbplyr-src.R 20.00% <0.00%> (-0.28%) ⬇️

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@jarodmeng jarodmeng merged commit c23d816 into prestodb:master Nov 6, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When used with dbplyr v2.4.0, nested CTEs result in nested WITH statements
1 participant