You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support for array constructs using square brackets. This collides with square bracket
quotation of SqlServer. The parser has now a flag to enable this quotation again (CCJSqlParser.withSquareBracketQuotation).
support for update table1 inner join table2 ... (API change)
support for declare statement
allow empty double quotes
allow year, month ... as column data type for create table
allow duplicate as object name
make it JDK 11 buildable
switched to minimum JDK 8
avoid buffer copy of input data if a normal String input is used
allow limit and offset as keywords in specific places