-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
I came across a use-case where not_equal does not produce the result I expected because of the following MySQL behavior: https://stackoverflow.com/questions/16186674/mysql-syntax-not-evaluating-not-equal-to-in-presence-of-null
Could you consider changing the way the not_equal operator is translated in MySQL? It should be (but I know this is a personal opinion) NOT column <=> value.
Full disclosure: I'd like to avoid my users create a query column IS NULL OR column != value.
Let me know what you think :) Or if it's unclear.
Metadata
Metadata
Assignees
Labels
No labels