-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
chore(sqla): assert query does not exceed 1 statement #11236
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11236 +/- ##
==========================================
- Coverage 65.51% 61.34% -4.18%
==========================================
Files 831 831
Lines 39303 39302 -1
Branches 3592 3592
==========================================
- Hits 25751 24108 -1643
- Misses 13443 15013 +1570
- Partials 109 181 +72
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
358721d
to
6c86101
Compare
6c86101
to
9482766
Compare
@villebro It looks like the error The query structure is something like WITH data AS ( |
SUMMARY
Raise understandable error if query consists of multiple statements.
AFTER
For DML queries:
For multiple statements:
BEFORE
For DML queries:
For multiple statements:
TEST PLAN
CI + new test
ADDITIONAL INFORMATION