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 dd77b6c commit 32bf3a2Copy full SHA for 32bf3a2
README.md
@@ -25,6 +25,12 @@ Also I would like to know about needed examples or documentation stuff.
25
26
## Extensions in the latest SNAPSHOT version 0.9.2
27
28
+* support for Oracle collections
29
+
30
+```sql
31
+SELECT * FROM mytable WHERE COL1 = lines(idx).field1
32
+```
33
34
* support for PostgreSQL ANY - array syntax
35
* introduced additional parameters for create table statements (deparser extended)
36
* first support for *FOR UPDATE*
0 commit comments