-
-
Notifications
You must be signed in to change notification settings - Fork 35
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 CTE query expressions #761
Conversation
PR Summary
|
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #761 +/- ##
============================================
+ Coverage 99.05% 99.73% +0.68%
- Complexity 1268 1272 +4
============================================
Files 67 63 -4
Lines 3061 3056 -5
============================================
+ Hits 3032 3048 +16
+ Misses 29 8 -21
☔ View full report in Codecov by Sentry. |
Please add links to db-* PR's |
Done |
RECURSIVE
expression is not needed for CTE.Related PRs