Skip to content

Commit

Permalink
release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Feb 26, 2017
1 parent 178ce3a commit 46720ef
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V

## News

* Version **0.9.7** released.
* Version **0.9.6** released.
* Version **0.9.5** released.
* Please test the actual **0.9.5-SNAPSHOT**. It includes some grammar refactorings which eventually results in parse tree changes.
Expand All @@ -42,16 +43,8 @@ To help JSqlParsers development you are encouraged to provide

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

## Extensions in the latest SNAPSHOT version 0.9.7
## Extensions in the latest SNAPSHOT version 0.9.8

* support getting jdbc parameter index
* Removed limitation of LongValue to accept only java.util.Long parsable values.
* introduced NOT without parenthesis for column only conditions
* introduced more complex expressions within CASE - statements
* improved Postgresql JSON - support
* integrated some Postgresql create table contraints
* support for ~~alter table modify~~ statements
* allowed more types of expressions after limit and top.

## Extensions of JSqlParser releases

Expand Down

0 comments on commit 46720ef

Please sign in to comment.