@@ -13,6 +13,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V
13
13
14
14
## News
15
15
16
+ * Version ** 0.9.4** released.
16
17
* Please test the actual SNAPSHOT, if there are problems using the extended identifier token.
17
18
* Version ** 0.9.3** released.
18
19
@@ -35,34 +36,8 @@ To help JSqlParsers development you are encouraged to provide
35
36
36
37
Also I would like to know about needed examples or documentation stuff.
37
38
38
- ## Extensions in the latest SNAPSHOT version 0.9.4
39
+ ## Extensions in the latest SNAPSHOT version 0.9.5
39
40
40
- * improved ** interval** expression syntax
41
- * support of hex values (** 0xabc54** , ** x'abc567'** ) added
42
- * support of (e.g. ** @@SPID ** ) system parameters
43
- * support of signed parameters added
44
-
45
- ~~~ sql
46
- SELECT * FROM mytable WHERE - ? < 4
47
- ~~~
48
-
49
- * support for ** SELECT SKIP <OFFSET > FIRST <LIMIT >...**
50
- * Completely rewritten S_IDENTIFIER rule to accept hopefully all possible UTF-8 letters without
51
- specifying some additional rules.
52
- * allow ** Server** within multipart names to act as database link
53
- * revived Apache Software License, Version 2.0
54
- * support for ** row constructors in conditions**
55
-
56
- ``` sql
57
- SELECT * FROM t1 WHERE ROW(col1, col2) = (SELECT col3, col4 FROM t2 WHERE id = 10 )
58
- ```
59
- * some refactorings for TablesNamesFinder to improve usability
60
- * established JJTree nodes for columns and tables (look at * SelectASTTest* ) for first usages
61
- * support for MySQL ** GROUP_CONCAT**
62
-
63
- ``` sql
64
- GROUP_CONCAT(DISTINCT test_score ORDER BY test_score DESC SEPARATOR ' ' )
65
- ```
66
41
67
42
## Extensions of JSqlParser releases
68
43
0 commit comments