You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, i see. Those functions are just for convenience, we expect that for more complex stuff you will need to use sql directly, but i may be able to add handling for this case.
Hello
Sqlite3 expects the following syntax when when checking for NULL:
SELECT 1 FROM items WHERE col is NULL;
The query where "col = NULL" ( with equal sign ) is used, returns no records.
The text was updated successfully, but these errors were encountered: