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 afb1e79 commit 2c348b3Copy full SHA for 2c348b3
1 file changed
src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt
@@ -1652,12 +1652,9 @@ Insert Insert():
1652
Expression exp = null;
1653
ReturningClause returningClause;
1654
Select select = null;
1655
- boolean useDuplicate = false;
1656
Token tk = null;
1657
InsertModifierPriority modifierPriority = null;
1658
boolean modifierIgnore = false;
1659
- boolean overwrite = false;
1660
- boolean tableKeyword = false;
1661
1662
List<UpdateSet> updateSets;
1663
List<UpdateSet> duplicateUpdateSets;
0 commit comments