-
Notifications
You must be signed in to change notification settings - Fork 3
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
Complex queries #4
Labels
Comments
Yes, quite broken... This is the generated xml
There should be an OR in there... I have to think about what this should look like when it's not so late... |
Hm, I think it should actually look like this...
This result is from removing the () from the second part of the where statement:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Complex groups will break
SELECT * FROM [Decisions] WHERE [Title] LIKE ? AND (([Motivation] IS NULL AND [IsBoss] = ?) or (P = ? AND P2 < ?))
The text was updated successfully, but these errors were encountered: