Commit 9564725
Handle SYNC keyword token in KILL QUERY parsing
- SYNC is a keyword token, not just IDENT
- Check for both token types when parsing SYNC/ASYNC modifiers
Fixes 02792_drop_projection_lwd/stmt6 and 2 other tests
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5e4634c commit 9564725
File tree
4 files changed
+5
-16
lines changed- parser
- testdata
- 02597_column_update_tricky_expression_and_replication
- 02792_drop_projection_lwd
- 03640_multiple_mutations_with_error_with_rewrite_parts
4 files changed
+5
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8268 | 8268 | | |
8269 | 8269 | | |
8270 | 8270 | | |
8271 | | - | |
| 8271 | + | |
| 8272 | + | |
8272 | 8273 | | |
8273 | 8274 | | |
8274 | 8275 | | |
| |||
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
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