Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes 5032 column adjacency for PostgreSql UPDATE FROM statement #5035

Merged
merged 4 commits into from
Apr 5, 2024

Conversation

griffio
Copy link
Contributor

@griffio griffio commented Feb 21, 2024

fixes #5032

👥 Same column adjacency fix as for Sqlite

Added fixture test - UPDATE FROM using two tables with same column name

@hfhbd
Copy link
Collaborator

hfhbd commented Mar 27, 2024

Can you please add the sql to the postgresql integration test too? Thank you!

@griffio griffio force-pushed the fix_5032_postgresql_update branch from 25ffa2a to c99b6bc Compare April 2, 2024 07:33
@AlecKazakova AlecKazakova merged commit b5d9d3f into cashapp:master Apr 5, 2024
12 checks passed
@griffio griffio deleted the fix_5032_postgresql_update branch April 5, 2024 16:13
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.

Compilation error on UPDATE FROM statement on PostgreSQL
3 participants