Skip to content

Commit 6ceb406

Browse files
committed
1 parent cb1726e commit 6ceb406

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ JSqlParser is dual licensed under **LGPL V2.1** or **Apache Software License, Ve
2222
Please provide feedback on https://github.com/JSQLParser/JSqlParser/issues/677, about removing bracket identifier quotation to support array processing.
2323

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

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

60-
## Extensions in the latest SNAPSHOT version 2.0
61-
62-
* support for **GROUPING SETS**
63-
* first support for db date arithmetic
64-
* support for chained functions
65-
* first support for **FOR XML PATH**
66-
* support for **NEXTVAL FOR**
67-
* changed all source code license headers to reflect the dual license of JSqlParser more correctly
68-
* support of **OPTIMIZE FOR 20 ROWS** like expressions
69-
* allowed conditions within **then** and **else** of a **case** statement
70-
* **SELECT * FROM mytable WHERE CASE WHEN a = 1 THEN b IN (1,2,3) ELSE c IN (1,2,3) END**
71-
* **change of parsing** for not within condition: outer not is represented now by NotExpression
72-
* support of named parameters for execute: **EXEC procedure @param = 'foo'**
73-
* support multivalue set statement
74-
* support of **describe**
75-
* support of **explain**
76-
* support of prefix **_utf8'strings'**
77-
* allow top keyword as table / column / alias name
61+
## Extensions in the latest SNAPSHOT version 2.1
62+
7863

7964
## Extensions of JSqlParser releases
8065

0 commit comments

Comments
 (0)