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 saw your post on Stack Overflow, and noticed the same error occurs when using .overlaps() instead of .contains(). Thanks for creating an issue - hopefully it's resolved soon.
Bug report
Describe the bug
Status 400 when attempting to query by array value
For example:
.from("posts").select(columns: "*").execute().value
.from("posts").select(columns: "*").contains(column: "members", value: userid).execute().value
To Reproduce
Crate a table, RLS policy and query by array value
Expected behavior
Should either return an empty array or results
System information
OS: macOS Ventura 13.3
Version of supabase-ios: 0.2.1
The text was updated successfully, but these errors were encountered: