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
Hi guys, I'm using postgres as a BD, and I have a column of type "varchar []", and I need to query the records that contain certain values in the array, this in SQL is represented by "columName" @> '{"v1" , "v2"} ', but couldn't find how to do this in the documentation.
Investigating a little more I find this issue, where they indicate that the problem would be solved in version "5.1.0" (version that I have installed):
In this issue we are redirected to the discussion where this error would be solved:
Still checking the repository code, they haven't really applied the change: