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
I got an error: assertion failed: `Values` clause does not support empty sequence
when trying to do a Table.select.filter(t => db.values(ids).contains(t.id))
It's rather combersome, because i will need to eliminate all the branches with empty sequence myself.
Is it not supported by design or is it not supported YET ?