8000 Support IN with arrays · Issue #1110 · porsager/postgres · GitHub
[go: up one dir, main page]

Skip to content

Support IN with arrays #1110

@kocv59

Description

@kocv59

WHERE (string1, string2) IN (('string, 'string), ('string2', 'string2')) is supported in postgres so this should support WHERE (string1, string2) IN (${sql([ ["string", "string"], ["string1", "string1"] ])}).

How can I make this kind of query until it's supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0