Skip to content

Commit 47a944e

Browse files
committed
1 parent bfc923d commit 47a944e

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff 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

6465
Also 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

0 commit comments

Comments
 (0)