@@ -15,6 +15,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V
15
15
16
16
17
17
## News
18
+ * Released version ** 1.2** of JSqlParser
18
19
* breaking ** API** change: merge of * within group* and * over* (window expressions)
19
20
* Released version ** 1.1** of JSqlParser.
20
21
* 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
42
43
43
44
Also I would like to know about needed examples or documentation stuff.
44
45
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
+
67
48
68
49
## Extensions of JSqlParser releases
69
50
@@ -131,7 +112,7 @@ And this is the dependency declaration in your pom:
131
112
<dependency >
132
113
<groupId >com.github.jsqlparser</groupId >
133
114
<artifactId >jsqlparser</artifactId >
134
- <version >1.1 </version >
115
+ <version >1.2 </version >
135
116
</dependency >
136
117
```
137
118
0 commit comments