github JSQLParser/JSqlParser jsqlparser-2.0
JSqlParser V2.0

5 years ago
  • support for GROUPING SETS
  • first support for db date arithmetic
  • support for chained functions
  • first support for FOR XML PATH
  • support for NEXTVAL FOR
  • changed all source code license headers to reflect the dual license of JSqlParser more correctly
  • support of OPTIMIZE FOR 20 ROWS like expressions
  • allowed conditions within then and else of a case statement
    • SELECT * FROM mytable WHERE CASE WHEN a = 1 THEN b IN (1,2,3) ELSE c IN (1,2,3) END
  • change of parsing for not within condition: outer not is represented now by NotExpression
  • support of named parameters for execute: EXEC procedure @param = 'foo'
  • support multivalue set statement
  • support of describe
  • support of explain
  • support of prefix _utf8'strings'
  • allow top keyword as table / column / alias name

Don't miss a new JSqlParser release

NewReleases is sending notifications on new releases.