- 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