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
Copy file name to clipboardExpand all lines: README.md
+3-18Lines changed: 3 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ JSqlParser is dual licensed under **LGPL V2.1** or **Apache Software License, Ve
22
22
Please provide feedback on https://github.com/JSQLParser/JSqlParser/issues/677, about removing bracket identifier quotation to support array processing.
23
23
24
24
## News
25
+
* Released version **2.0** of JSqlParser
25
26
* breaking **API** change: to support chained functions attribute type was changed to **Expression**
26
27
* Released version **1.4** of JSqlParser
27
28
* Released version **1.3** of JSqlParser
@@ -57,24 +58,8 @@ To help JSqlParser's development you are encouraged to provide
57
58
58
59
Also I would like to know about needed examples or documentation stuff.
59
60
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
0 commit comments