File tree Expand file tree Collapse file tree 1 file changed +3
-37
lines changed
Expand file tree Collapse file tree 1 file changed +3
-37
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ JSqlParser is licensed under the **LGPL V2.1**.
1111
1212## News
1313
14+ Version ** 0.9.2** released.
15+
1416Version ** 0.9.1** released.
1517
1618Version ** 0.9** released.
@@ -30,45 +32,9 @@ To help JSqlParsers development you are encouraged to provide
3032
3133Also I would like to know about needed examples or documentation stuff.
3234
33- ## Extensions in the latest SNAPSHOT version 0.9.2
34-
35- * first support for user variables
36-
37- ``` sql
38- SELECT @col FROM table1
39- ```
40-
41- * support for within group expressions, e.g. oracls LISTAGG function
35+ ## Extensions in the latest SNAPSHOT version 0.9.3
4236
43- ``` sql
44- SELECT LISTAGG(col1, ' ##' ) WITHIN GROUP (ORDER BY col1) FROM table1
45- ```
46-
47- * support for inner with statements
48-
49- ``` sql
50- SELECT * FROM (WITH actor AS (SELECT ' a' aid FROM DUAL) SELECT aid FROM actor)
51- ```
52-
53- * support for Oracle collections
54-
55- ``` sql
56- SELECT * FROM mytable WHERE COL1 = lines(idx).field1
57- ```
58-
59- * support for PostgreSQL ANY - array syntax
60- * introduced additional parameters for create table statements (deparser extended)
61- * first support for * FOR UPDATE*
62-
63- ``` sql
64- SELECT * FROM user_table FOR UPDATE
65- ```
66-
67- ``` sql
68- UPDATE mytable SET (col) = (SELECT a FROM mytable2)
69- ```
7037
71- * partially support SQL Server 2012 and Oracle 12c OFFSET ... FETCH ...
7238
7339## Extensions of JSqlParser releases
7440
You can’t perform that action at this time.
0 commit comments