Commit 8f1af78
fix(data): fix removeColumn regex for unquoted column names
Make the trailing separator character class optional (`?`) so
removeColumn matches columns that are not quoted (e.g. `name text`
instead of `` `name` text ``). Without this, the regex required a
quote/separator char after the column name before matching whitespace,
which fails for unquoted DDL fields.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4273f1c commit 8f1af78
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
0 commit comments