Skip to content

Commit d4bc726

Browse files
committed
fixes #99
1 parent 5ac27a7 commit d4bc726

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 inner with statements
29+
30+
```sql
31+
SELECT * FROM (WITH actor AS (SELECT 'a' aid FROM DUAL) SELECT aid FROM actor)
32+
```
33+
2834
* support for Oracle collections
2935

3036
```sql

0 commit comments

Comments
 (0)