Commit 413d04b
committed
[feat] Add 'K_DATA' to KeywordOrIdentifier to allow usages of 'data' as an identifier
Allows for support of data as a column name when changing or dropping a column in an alter table statement1 parent f19f17e commit 413d04b
File tree
2 files changed
+15
-3
lines changed- src
- main/jjtree/net/sf/jsqlparser/parser
- test/java/net/sf/jsqlparser/statement/alter
2 files changed
+15
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
886 | 886 | | |
887 | 887 | | |
888 | 888 | | |
889 | | - | |
| 889 | + | |
890 | 890 | | |
891 | 891 | | |
892 | 892 | | |
| |||
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
| 906 | + | |
906 | 907 | | |
907 | 908 | | |
908 | 909 | | |
| |||
9113 | 9114 | | |
9114 | 9115 | | |
9115 | 9116 | | |
| 9117 | + | |
9116 | 9118 | | |
9117 | 9119 | | |
9118 | 9120 | | |
| |||
9414 | 9416 | | |
9415 | 9417 | | |
9416 | 9418 | | |
9417 | | - | |
| 9419 | + | |
9418 | 9420 | | |
9419 | 9421 | | |
9420 | 9422 | | |
| |||
9448 | 9450 | | |
9449 | 9451 | | |
9450 | 9452 | | |
9451 | | - | |
| 9453 | + | |
9452 | 9454 | | |
9453 | 9455 | | |
9454 | 9456 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
252 | 257 | | |
253 | 258 | | |
254 | 259 | | |
| |||
455 | 460 | | |
456 | 461 | | |
457 | 462 | | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
458 | 468 | | |
459 | 469 | | |
460 | 470 | | |
| |||
0 commit comments