Skip to content

Commit 4471653

Browse files
committed
updated readme
1 parent ab2b2c0 commit 4471653

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Also I would like to know about needed examples or documentation stuff.
3535

3636
## Extensions in the latest SNAPSHOT version 0.9.4
3737

38+
* support for **row constructors in conditions**
39+
40+
```sql
41+
SELECT * FROM t1 WHERE ROW(col1, col2) = (SELECT col3, col4 FROM t2 WHERE id = 10)
42+
```
3843
* some refactorings for TablesNamesFinder to improve usability
3944
* established JJTree nodes for columns and tables (look at *SelectASTTest*) for first usages
4045
* support for MySQL **GROUP_CONCAT**

0 commit comments

Comments
 (0)