File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Please provide feedback on:
23
23
* 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 )
24
24
25
25
## News
26
+ * JSqlParser uses now Java 8 at the minimum
26
27
* Released version ** 2.1** of JSqlParser
27
28
* Released version ** 2.0** of JSqlParser
28
29
* breaking ** API** change: to support chained functions attribute type was changed to ** Expression**
@@ -62,6 +63,9 @@ Also I would like to know about needed examples or documentation stuff.
62
63
63
64
## Extensions in the latest SNAPSHOT version 2.2
64
65
66
+ * switched to minimum JDK 8
67
+ * avoid buffer copy of input data if a normal String input is used
68
+ * allow ** limit** and ** offset** as keywords in specific places
65
69
* DIV operator
66
70
* improved performance for SQLCondition production
67
71
* support for full text search (MATCH..AGAINST)
You can’t perform that action at this time.
0 commit comments