Skip to content

Commit cf9bf84

Browse files
committed
fixes #170
1 parent effaabe commit cf9bf84

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

README.md

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V
1313

1414
## News
1515

16+
* Version **0.9.4** released.
1617
* Please test the actual SNAPSHOT, if there are problems using the extended identifier token.
1718
* Version **0.9.3** released.
1819

@@ -35,34 +36,8 @@ To help JSqlParsers development you are encouraged to provide
3536

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

38-
## Extensions in the latest SNAPSHOT version 0.9.4
39+
## Extensions in the latest SNAPSHOT version 0.9.5
3940

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-
```
6641

6742
## Extensions of JSqlParser releases
6843

0 commit comments

Comments
 (0)