@@ -15,6 +15,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V
1515
1616
1717## News
18+ * Released version ** 1.2** of JSqlParser
1819* breaking ** API** change: merge of * within group* and * over* (window expressions)
1920* Released version ** 1.1** of JSqlParser.
2021* JSqlParser has now a build in checkstyle configuration to introduce source code conventions.
@@ -42,28 +43,8 @@ To help JSqlParsers development you are encouraged to provide
4243
4344Also I would like to know about needed examples or documentation stuff.
4445
45- ## Extensions in the latest SNAPSHOT version 1.2
46-
47- * support for ** isnull**
48- * support for single quoted aliases ___ select col1 as 'alias'___
49- * support for Unicode string literal like ** N'test'** or ** U'test'**
50- * support for bitwise not ** ~ **
51- * support for ** drop view**
52- * support for indexed JDBC parameters at multiple places
53- * allowed ** index** as object name
54- * switched to JavaCC ** modern template**
55- * switched to JDK 1.7
56- * introduced more AST node links
57- * support for aliased table in ** insert into** statement
58- * ** SQL_CALC_FOUND_ROWS** support
59- * support for more complex expressions within ** case expr when expr then expr end** .
60- * support for ** <<** and ** >>** left and right shift operations
61- * breaking ** API** change: merge of * within group* and * over* (window expressions)
62- * first support for * use* statements
63- * first support for * call* statements
64- * create table allows now quoted identifiers within primary key definition
65- * introduced alias for subquery in combination with a pivot definition (this ** changes** alias handling within the library for pivot sqls)
66- * force the parser to fully parse a String using parseCondExpression or parseExpression
46+ ## Extensions in the latest SNAPSHOT version 1.3
47+
6748
6849## Extensions of JSqlParser releases
6950
@@ -131,7 +112,7 @@ And this is the dependency declaration in your pom:
131112<dependency >
132113 <groupId >com.github.jsqlparser</groupId >
133114 <artifactId >jsqlparser</artifactId >
134- <version >1.1 </version >
115+ <version >1.2 </version >
135116</dependency >
136117```
137118
0 commit comments