Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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