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

Update logger_prefs.sql #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JvdBossche
Copy link

When you have only OR in a where-clause, the (dummy) first clause should not be "1=1" (always TRUE, like used when the where-clause is composed of ANDs), but "1=0" to have an always FALSE to start out with.

Currently, ALL records of logger_prefs are updated. With this bug, to much work is performed, but the result is fortunately the same (supposing there are no active triggers on that table).

When you have only OR in a where-clause, the (dummy) first clause should not be "1=1" (always TRUE, like used when the where-clause is composed of ANDs), but "1=0" to have an always FALSE to start out with.
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.

1 participant