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
Specifically the @>, <@, and && operators. I'm not entirely certain if it's possible to typecheck that the left-hand column is an array, but the actual implementation should be fairly straightforward? Something similar to this?
Postgres supports a few array operators that I think would fit as conditions: https://www.postgresql.org/docs/16/functions-array.html
Specifically the
@>
,<@
, and&&
operators. I'm not entirely certain if it's possible to typecheck that the left-hand column is an array, but the actual implementation should be fairly straightforward? Something similar to this?That syntax is probably slightly off. I'll probably end up making these for myself and can happily put up a PR once I have them functional.
The text was updated successfully, but these errors were encountered: