We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d277eb commit 21ce4c1Copy full SHA for 21ce4c1
src/test/java/net/sf/jsqlparser/statement/alter/AlterTest.java
@@ -840,7 +840,7 @@ public void testAlterTableDefaultValueTrueIssue926() throws JSQLParserException
840
}
841
842
private void assertReferentialActionOnConstraint(Alter parsed, Action onUpdate,
843
- Action onDelete) {
+ Action onDelete) {
844
AlterExpression alterExpression = parsed.getAlterExpressions().get(0);
845
ForeignKeyIndex index = (ForeignKeyIndex) alterExpression.getIndex();
846
0 commit comments