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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,13 @@ JSqlParser is dual licensed under **LGPL V2.1** or **Apache Software License, Ve
19
19
20
20
## Discussion
21
21
22
-
Please provide feedback on https://github.com/JSQLParser/JSqlParser/issues/677, about removing bracket identifier quotation to support array processing.
22
+
Please provide feedback on:
23
+
24
+
*https://github.com/JSQLParser/JSqlParser/issues/677, about removing bracket identifier quotation to support array processing.
25
+
* Is there any need for a Java 7 JSqlParser build, or can we move on to at least Java 8? (https://github.com/JSQLParser/JSqlParser/issues/814)
23
26
24
27
## News
28
+
* Released version **2.1** of JSqlParser
25
29
* Released version **2.0** of JSqlParser
26
30
* breaking **API** change: to support chained functions attribute type was changed to **Expression**
27
31
* Released version **1.4** of JSqlParser
@@ -58,12 +62,7 @@ To help JSqlParser's development you are encouraged to provide
58
62
59
63
Also I would like to know about needed examples or documentation stuff.
60
64
61
-
## Extensions in the latest SNAPSHOT version 2.1
62
-
63
-
* support for **similar to** statement
64
-
* support for **show** statment (API - change)
65
-
* introduces Statement streaming support by **CCJSqlParserUtil.streamStatements**
66
-
* improved nested bracket parsing performance by a large scale
0 commit comments