Skip to content

fix: Allow strings without parentheses in IN clauses#2632

Open
sgress454 wants to merge 1 commit intotaozhi8833998:masterfrom
sgress454:sgress454/allow-table-name-in-in-clause
Open

fix: Allow strings without parentheses in IN clauses#2632
sgress454 wants to merge 1 commit intotaozhi8833998:masterfrom
sgress454:sgress454/allow-table-name-in-in-clause

Conversation

@sgress454
Copy link
Copy Markdown
Contributor

This PR adds support for table-names in IN clauses, e.g.

WITH people AS (VALUES ('john'), ('joe')) SELECT * from PETS WHERE owner_name IN people

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant