Skip to content

Loopback filter on column "varchar []" does not work in PostgreSQL: #461

@bytewareteam

Description

@bytewareteam

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:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions