File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Please provide feedback on:
2222* no discussions at the moment
2323
2424## News
25+ * Released version ** 3.1** of JSqlParser
2526* Released version ** 3.0** of JSqlParser
2627* The array parsing is the default behaviour. Square bracket quotation has to be enabled using
2728 a parser flag (** CCJSqlParser.withSquareBracketQuotation** ).
@@ -63,17 +64,8 @@ To help JSqlParser's development you are encouraged to provide
6364
6465Also I would like to know about needed examples or documentation stuff.
6566
66- ## Extensions in the latest SNAPSHOT version 3.1
67- * support for ** cross apply**
68- * allowed keyword ** character** as object name
69- * allowed keyword ** size** as object name
70- * introduced ** FILTER** expression for window functions
71- * allow more complex expressions for ** CASE** .
72- * allowed ** start** as object name as column name or table name
73- * introduced more positions for ** !** instead of ** NOT**
74- * allowed more complex expressions within ** if** function
75- * introduced multicolumn alias like ** select * from mytab as tab(c1, c2)**
76- * additional type definition is possible (issue #849 )
67+ ## Extensions in the latest SNAPSHOT version 3.2
68+
7769
7870## Extensions of JSqlParser releases
7971
You can’t perform that action at this time.
0 commit comments