File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/test/java/net/sf/jsqlparser/statement/alter Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ public void testAddConstraintKeyIssue320() throws JSQLParserException {
360
360
}
361
361
362
362
@ Test
363
- public void testIssue633 () throws JSQLParserException {
363
+ public void testIssue633 () throws JSQLParserException , JSQLParserException , JSQLParserException {
364
364
assertSqlCanBeParsedAndDeparsed ("ALTER TABLE team_phases ADD CONSTRAINT team_phases_id_key UNIQUE (id)" );
365
365
}
366
366
@@ -383,4 +383,9 @@ public void testAlterTableIndex586() throws Exception {
383
383
public void testIssue259 () throws JSQLParserException {
384
384
assertSqlCanBeParsedAndDeparsed ("ALTER TABLE feature_v2 ADD COLUMN third_user_id int (10) unsigned DEFAULT '0' COMMENT '第三方用户id' after kdt_id" );
385
385
}
386
+
387
+ @ Test
388
+ public void testIssue633_2 () throws JSQLParserException {
389
+ assertSqlCanBeParsedAndDeparsed ("CREATE INDEX idx_american_football_action_plays_1 ON american_football_action_plays USING btree (play_type)" );
390
+ }
386
391
}
You can’t perform that action at this time.
0 commit comments