Skip to content

Commit 32bf3a2

Browse files
committed
updated readme
1 parent dd77b6c commit 32bf3a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

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

2626
## Extensions in the latest SNAPSHOT version 0.9.2
2727

28+
* support for Oracle collections
29+
30+
```sql
31+
SELECT * FROM mytable WHERE COL1 = lines(idx).field1
32+
```
33+
2834
* support for PostgreSQL ANY - array syntax
2935
* introduced additional parameters for create table statements (deparser extended)
3036
* first support for *FOR UPDATE*

0 commit comments

Comments
 (0)