Here\'s a strange one:
I can filter on NOT NULLS from SQLite, but not NULLS:
NOT NULLS
NULLS
This works:
SELECT *
If you are testing perhaps the PK column (?) and the column is being treated as synonym for rowid, then no rows will have a rowid that's null.