Skip to content

fix: wrap column names in whereIn for composite keys#209

Open
calebdw wants to merge 1 commit intotopclaudy:masterfrom
calebdw:calebdw/push-rxsktqzwtxpp
Open

fix: wrap column names in whereIn for composite keys#209
calebdw wants to merge 1 commit intotopclaudy:masterfrom
calebdw:calebdw/push-rxsktqzwtxpp

Conversation

@calebdw
Copy link

@calebdw calebdw commented Feb 17, 2026

Hello!

This commit fixes a bug where column names in whereIn clauses for composite keys were not wrapped in the table prefix.

Closes #201

@calebdw calebdw changed the title fix: Wrap column names in whereIn for composite keys fix: wrap column names in whereIn for composite keys Feb 17, 2026
@calebdw calebdw force-pushed the calebdw/push-rxsktqzwtxpp branch from b44f3ad to 7a503cb Compare February 17, 2026 13:46
This commit fixes a bug where column names in whereIn clauses for composite keys
were not wrapped in the table prefix.

Closes topclaudy#201
@calebdw calebdw force-pushed the calebdw/push-rxsktqzwtxpp branch from 7a503cb to 853fa1a Compare February 17, 2026 14:09
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.

Regression: Commit 4e51fcd breaks PostgreSQL queries due to unquoted identifiers in tuple-based WHERE IN

1 participant