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 a bug with Multiple filter on boolean column #99

Merged
merged 4 commits into from
Jan 28, 2021

Conversation

plassani
Copy link
Contributor

There is a bug with parenthesis on sql query with making a query on 2 boolean column with the "false" condition.

Making something like: col 1 = true AND col 2 = false OR col 2 is null

The fix do: col 1 = true AND (col 2 = false OR col 2 is null)

@marksalmon marksalmon merged commit c3ee9c1 into MedicOneSystems:master Jan 28, 2021
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.

2 participants