Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Mar 16, 2019
1 parent cb1726e commit 6ceb406
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ JSqlParser is dual licensed under **LGPL V2.1** or **Apache Software License, Ve
Please provide feedback on https://github.com/JSQLParser/JSqlParser/issues/677, about removing bracket identifier quotation to support array processing.

## News
* Released version **2.0** of JSqlParser
* breaking **API** change: to support chained functions attribute type was changed to **Expression**
* Released version **1.4** of JSqlParser
* Released version **1.3** of JSqlParser
Expand Down Expand Up @@ -57,24 +58,8 @@ To help JSqlParser's development you are encouraged to provide

Also I would like to know about needed examples or documentation stuff.

## Extensions in the latest SNAPSHOT version 2.0

* 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
## Extensions in the latest SNAPSHOT version 2.1


## Extensions of JSqlParser releases

Expand Down

0 comments on commit 6ceb406

Please sign in to comment.