Skip to content

Commit 3563c21

Browse files
committed
1 parent 2eb4243 commit 3563c21

File tree

1 file changed

+2
-37
lines changed

1 file changed

+2
-37
lines changed

README.md

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ JSqlParser is licensed under the **LGPL V2.1**.
1313

1414
## News
1515

16-
Version **0.9.2** released.
17-
18-
Version **0.9.1** released.
19-
20-
Version **0.9** released.
16+
Version **0.9.3** released.
2117

2218
More news can be found here: https://github.com/JSQLParser/JSqlParser/wiki/News.
2319

@@ -37,39 +33,8 @@ To help JSqlParsers development you are encouraged to provide
3733

3834
Also I would like to know about needed examples or documentation stuff.
3935

40-
## Extensions in the latest SNAPSHOT version 0.9.3
41-
42-
* improved interval expression support
43-
* support for **KEEP**
44-
45-
```sql
46-
KEEP (DENSE_RANK FIRST ORDER BY col1)
47-
```
48-
* support for **ILIKE**
49-
* support for **LEFT/RIGHT** as function names
50-
* support for **UPDATE OF table**
51-
* API changes due to grammar refactoring
52-
* First support for Postgresql arrays. Some quoted identifier rules for SQLServer
53-
had to be changed.
54-
* support for **with recursive**
55-
56-
```sql
57-
WITH RECURSIVE data as (SELECT ...) ...
58-
```
59-
60-
* support for oracles old join syntax improved
61-
62-
```sql
63-
.. WHERE a( + ) = b
64-
```
65-
66-
* first support for numeric bind
67-
68-
```sql
69-
SELECT a FROM b WHERE c = :1
70-
```
36+
## Extensions in the latest SNAPSHOT version 0.9.4
7137

72-
* support for keywords as column names in create table statements
7338

7439
## Extensions of JSqlParser releases
7540

0 commit comments

Comments
 (0)