Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm sorry, my bad. I misread your post. You are correct of course. I've recreated your report as #5358 and will fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In SQLiteStudio 3.4.17 (I haven't checked older versions)
SELECT NULL OR TRUE;
returnsNULL
, but it must return1
according to the SQLite documentation.This happens in all queries, so if you have the above expression as part of a WHERE clause, you will get wrong results.
Beta Was this translation helpful? Give feedback.
All reactions