8000 Fix issue 124 by yugo-n · Pull Request #135 · sraoss/pg_ivm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix issue 124 #135

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

Merged
merged 1 commit into from
May 8, 2025
Merged

Fix issue 124 #135

merged 1 commit into from
May 8, 2025

Conversation

yugo-n
Copy link
Collaborator
@yugo-n yugo-n commented May 8, 2025

Use quoted column names in targetlist of subquery substituting modified table

Fix a bug introduced by 5b8b2f0, which built targetlist of subquery substituting modified table. When a table has a column whose name includes a capital letter, incremental view maintenance failed because crafted targetlist contains incorrect column name which was parsed as lower case.

Isseu #124

…ed table

Fix a bug introduced by 5b8b2f0, which built targetlist of subquery substituting
modified table. When a table has a column whose name includes a capital letter,
incremental view maintenance failed because crafted targetlist contains incorrect
column name which was parsed as lower case.

Isseu #124
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
0