Skip to content

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