Skip to content

could not find array type for data type text[] : 42704 #552

@ib-8

Description

@ib-8

Describe the bug
Querying based on any value in a given array contains in a column of text[]. select().in_() method throws exception

Flutter Client
var result = await Supabase.instance.client
.from('my_table')
.select()
.in_('my_column', ['value']);

Exception
PostgrestException (PostgrestException(message: could not find array type for data type text[], code: 42704, details: Bad Request, hint: null))

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions