HHH-13496 Removing duplicates from constant Set declarations

This commit is contained in:
Sanne Grinovero 2019-07-05 15:54:24 +01:00
parent 26fafc0098
commit 881eec83fe
2 changed files with 0 additions and 3 deletions

View File

@ -42,7 +42,6 @@ public class AnsiSqlKeywords {
keywordsSql2003.add( "BEGIN" );
keywordsSql2003.add( "BETWEEN" );
keywordsSql2003.add( "BIGINT" );
keywordsSql2003.add( "BINARY" );
keywordsSql2003.add( "BLOB" );
keywordsSql2003.add( "BINARY" );
keywordsSql2003.add( "BOTH" );
@ -56,7 +55,6 @@ public class AnsiSqlKeywords {
keywordsSql2003.add( "CHARACTER" );
keywordsSql2003.add( "CHECK" );
keywordsSql2003.add( "CLOB" );
keywordsSql2003.add( "CLOB" );
keywordsSql2003.add( "CLOSE" );
keywordsSql2003.add( "COLLATE" );
keywordsSql2003.add( "COLUMN" );

View File

@ -40,7 +40,6 @@ public class BasicFormatterImpl implements Formatter {
END_CLAUSES.add( "where" );
END_CLAUSES.add( "set" );
END_CLAUSES.add( "having" );
END_CLAUSES.add( "join" );
END_CLAUSES.add( "from" );
END_CLAUSES.add( "by" );
END_CLAUSES.add( "join" );