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
Made another pull request #77 that would support both int, float, text.
Not the most optimal, but with postgresql even using raw sql statement i'm not sure whether there is a better way, since ?| support only an array of text and not numbers.
Also added support to run this on windows, as ProacatorEventLoop is not support on windows.
Define filters and semantics for array comparisons.
Feel free to use this PR as reference: #59
Array comparisons may involve an either "all" or "any" condition.
Requirements
all
vs.any
in
Only pick up work on this if you have and use postgresql
The text was updated successfully, but these errors were encountered: