We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2b2c0 commit 4471653Copy full SHA for 4471653
README.md
@@ -35,6 +35,11 @@ Also I would like to know about needed examples or documentation stuff.
35
36
## Extensions in the latest SNAPSHOT version 0.9.4
37
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
+```
43
* some refactorings for TablesNamesFinder to improve usability
44
* established JJTree nodes for columns and tables (look at *SelectASTTest*) for first usages
45
* support for MySQL **GROUP_CONCAT**
0 commit comments