Commit e72bb31
Allow keywords as column names in ALTER UPDATE assignments
Column names like 'key' can be keywords. Allow keywords in addition to
identifiers when parsing UPDATE assignment column names.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 3d7ed55 commit e72bb31
2 files changed
Lines changed: 3 additions & 6 deletions
File tree
- parser
- testdata/03731_null_parts_in_storage_snapshot_with_only_analyze
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6034 | 6034 | | |
6035 | 6035 | | |
6036 | 6036 | | |
6037 | | - | |
| 6037 | + | |
| 6038 | + | |
6038 | 6039 | | |
6039 | 6040 | | |
6040 | 6041 | | |
| |||
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
0 commit comments