ursus
11/12/2021, 5:53 PMbusinessMessagesByCategories:
SELECT id, category, title, body, timestamp, imageUrl, actions, seen
FROM businessMessage
WHERE (:filters IS NULL OR category IN :filters) AND _subscriberId=:subscriberId
ORDER BY timestamp DESC;
adapter keeps blowing up on me .. regardless of the adapter, not sure if possible at all, since it would have to translate it into literal to do the IS NULL comparison