Commit bbe3430
authored
fix: handle WITH in ALTER statement splitting (#728)
- Add `WITH_KW` to ALTER DDL splitter fallback handling
- Fix splitting for `ALTER TEXT SEARCH CONFIGURATION ... ALTER MAPPING
... WITH ...`
- Add a regression SQL test covering text search configuration ALTER
syntax
fixes #7241 parent 2df5b3c commit bbe3430
File tree
2 files changed
+4
-1
lines changed- crates/pgls_statement_splitter
- src/splitter
- tests/data
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments