-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
[sqlite] regression: invalid parentheses with UNION/INTERSECT #514
Comments
just to support my claim here is an issue from some other repo |
Hey @evgeniy-terekhin, thanks for the bug report! I think we can remove the parentheses around select statement after The source code: sea-query/src/backend/query_builder.rs Lines 122 to 133 in 28cf151
|
@billy1624 please consider the linked fix |
this PR introduced regression for sqlite
it renders parentheses around UNION/INTERSECT right arg. however it is illegal syntax in sqlite
The text was updated successfully, but these errors were encountered: