Skip to content

Commit 2acaee0

Browse files
committed
updated readme
1 parent 0065ee6 commit 2acaee0

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V
1515

1616
## News
1717

18+
* Version **0.9.6** released.
1819
* Version **0.9.5** released.
1920
* Please test the actual **0.9.5-SNAPSHOT**. It includes some grammar refactorings which eventually results in parse tree changes.
2021
* Version **0.9.4** released.
@@ -40,28 +41,8 @@ To help JSqlParsers development you are encouraged to provide
4041

4142
Also I would like to know about needed examples or documentation stuff.
4243

43-
## Extensions in the latest SNAPSHOT version 0.9.6
44-
45-
* support for delete with join table
46-
* support for Alter with multiple ADD/DROP expressions
47-
* support for **ON DELETE SET NULL** for create table
48-
* added AST node support for subselect, withitem, function, case when
49-
* first support for **TABLESPACE** within **CREATE TABLE**
50-
* support for **SELECT UNIQUE**
51-
* first support for date literals like **TIMESTAMP'2004-04-30 04:05:34.56'**
52-
* support for **UPDATE RETURNING**
53-
* support for scalar time function, like **CURRENT_TIMESTAMP**
54-
* support for **LEFT SEMI JOIN**
55-
* improved **top** expression
56-
57-
```java
58-
SELECT TOP (? + 1) * FROM MyTable
59-
```
44+
## Extensions in the latest SNAPSHOT version 0.9.7
6045

61-
* allowed negative interval expressions like **INTERVAL -420 MINUTES**.
62-
* support for **ALTER VIEW** statements
63-
* improved merge statement
64-
* support for non standard syntax *> =*, *< =* and *< >* (with whitespaces between)
6546

6647
## Extensions of JSqlParser releases
6748

@@ -102,7 +83,7 @@ And this is the dependency declaration in your pom:
10283
<dependency>
10384
<groupId>com.github.jsqlparser</groupId>
10485
<artifactId>jsqlparser</artifactId>
105-
<version>0.9.5</version>
86+
<version>0.9.6</version>
10687
</dependency>
10788
```
10889

0 commit comments

Comments
 (0)