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:
2323* 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 )
2424
2525## News
26+ * JSqlParser uses now Java 8 at the minimum
2627* Released version ** 2.1** of JSqlParser
2728* Released version ** 2.0** of JSqlParser
2829* 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.
6263
6364## Extensions in the latest SNAPSHOT version 2.2
6465
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
6569* DIV operator
6670* improved performance for SQLCondition production
6771* support for full text search (MATCH..AGAINST)
You can’t perform that action at this time.
0 commit comments