Commit 2830c17
Added support for DROP INDEX, ADD UNIQUE INDEX, ALGORITHM and USING (#752)
* Merge recent changes in the master from the master (#1)
* changed license header to represent the projects dual license
* changed license header to represent the projects dual license
* changed license header to represent the projects dual license
* changed license header to represent the projects dual license
* Added support for comment(s) for column definitions in CREATE TABLE s… (#743)
* Added support for comment(s) for column definitions in CREATE TABLE statements
* Added support for comment(s) for column definitions in CREATE TABLE statements #2
* To increase code coverage
* To increase code coverage #2
* Added support for 'ALTER TABLE CHANGE COLUMN' (#741)
* Added support for 'ALTER TABLE CHANGE COLUMN oldName newName columnDefinition'. Please see https://dev.mysql.com/doc/refman/8.0/en/alter-table.html for reference.
* Returned import ordering to avoid conflicts
* Improved the tests somewhat
Now also test the getOptionalSpecifier() for both cases (null and not-null)
* Expanded tests for ALTER TABLE ... CHANGE
* implemented optimize for, fixes #348
* implemented optimize for, fixes #348
* Support for simple informix outer joins. (#745)
* added support for simple informix outer joins
added some test code
* added support for simple informix outer joins
added some test code
* more testing for better code coverage
* added support for simple informix outer joins
added some test code
* more testing for better code coverage
* fixes #747
* fixes #733
* fixes #707
* Update README.md
* Update README.md
* Fix handles the following cases: 1) DROP INDEX 2) ADD UNIQUE INDEX 3) ALGORITHM 4) USING <index type>1 parent 3209a16 commit 2830c17
4 files changed
Lines changed: 70 additions & 6 deletions
File tree
- src
- main
- java/net/sf/jsqlparser/statement/alter
- jjtree/net/sf/jsqlparser/parser
- test/java/net/sf/jsqlparser/statement/alter
Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
206 | 208 | | |
207 | 209 | | |
208 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
209 | 227 | | |
210 | 228 | | |
211 | 229 | | |
| |||
241 | 259 | | |
242 | 260 | | |
243 | 261 | | |
244 | | - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
245 | 268 | | |
246 | 269 | | |
247 | 270 | | |
| |||
261 | 284 | | |
262 | 285 | | |
263 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
264 | 290 | | |
265 | 291 | | |
266 | 292 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
Lines changed: 32 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
3785 | 3786 | | |
3786 | 3787 | | |
3787 | 3788 | | |
| 3789 | + | |
3788 | 3790 | | |
3789 | 3791 | | |
3790 | 3792 | | |
| |||
3798 | 3800 | | |
3799 | 3801 | | |
3800 | 3802 | | |
3801 | | - | |
| 3803 | + | |
| 3804 | + | |
| 3805 | + | |
| 3806 | + | |
3802 | 3807 | | |
3803 | 3808 | | |
3804 | | - | |
| 3809 | + | |
3805 | 3810 | | |
3806 | 3811 | | |
3807 | 3812 | | |
| |||
3812 | 3817 | | |
3813 | 3818 | | |
3814 | 3819 | | |
| 3820 | + | |
3815 | 3821 | | |
3816 | 3822 | | |
3817 | 3823 | | |
| |||
3823 | 3829 | | |
3824 | 3830 | | |
3825 | 3831 | | |
3826 | | - | |
| 3832 | + | |
| 3833 | + | |
| 3834 | + | |
3827 | 3835 | | |
3828 | 3836 | | |
3829 | 3837 | | |
| |||
3865 | 3873 | | |
3866 | 3874 | | |
3867 | 3875 | | |
| 3876 | + | |
3868 | 3877 | | |
3869 | 3878 | | |
3870 | 3879 | | |
| |||
3877 | 3886 | | |
3878 | 3887 | | |
3879 | 3888 | | |
3880 | | - | |
| 3889 | + | |
3881 | 3890 | | |
3882 | 3891 | | |
3883 | 3892 | | |
| |||
3887 | 3896 | | |
3888 | 3897 | | |
3889 | 3898 | | |
| 3899 | + | |
3890 | 3900 | | |
3891 | 3901 | | |
3892 | 3902 | | |
| |||
3936 | 3946 | | |
3937 | 3947 | | |
3938 | 3948 | | |
| 3949 | + | |
| 3950 | + | |
| 3951 | + | |
| 3952 | + | |
| 3953 | + | |
| 3954 | + | |
| 3955 | + | |
| 3956 | + | |
| 3957 | + | |
| 3958 | + | |
3939 | 3959 | | |
3940 | 3960 | | |
3941 | 3961 | | |
| |||
3944 | 3964 | | |
3945 | 3965 | | |
3946 | 3966 | | |
| 3967 | + | |
| 3968 | + | |
| 3969 | + | |
| 3970 | + | |
| 3971 | + | |
| 3972 | + | |
| 3973 | + | |
| 3974 | + | |
3947 | 3975 | | |
3948 | 3976 | | |
3949 | 3977 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
371 | 381 | | |
0 commit comments