File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V
1515
1616
1717## News
18-
18+ * Released first major version ** 1.0 ** of JSqlParser.
1919* Please test the actual ** 0.9.8-SNAPSHOT** . It includes includes grammar refactorings or changes which eventually results in parse tree changes.
2020* Version ** 0.9.7** released.
2121* Version ** 0.9.6** released.
@@ -44,12 +44,7 @@ To help JSqlParsers development you are encouraged to provide
4444
4545Also I would like to know about needed examples or documentation stuff.
4646
47- ## Extensions in the latest SNAPSHOT version 0.9.8
48-
49- * support ** FOR UPDATE WAIT**
50- * support for simple expressions within ** case when**
51- * rewrite of ** SelectBody** - production, reduce of needed lookaheads results in huge parser performance improvements at least in some cases
52- * please test it due to possible changes in the parse tree
47+ ## Extensions in the latest SNAPSHOT version 1.1
5348
5449## Extensions of JSqlParser releases
5550
@@ -90,7 +85,7 @@ And this is the dependency declaration in your pom:
9085<dependency >
9186 <groupId >com.github.jsqlparser</groupId >
9287 <artifactId >jsqlparser</artifactId >
93- <version >0.9.6 </version >
88+ <version >1.0 </version >
9489</dependency >
9590```
9691
You can’t perform that action at this time.
0 commit comments