Skip to content

Commit 6ab7559

Browse files
committed
added changes to readme
1 parent 00f76fe commit 6ab7559

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ The generated hierarchy can be navigated using the Visitor Pattern.
77

88
## Extensions Version 0.8.4
99

10+
* Added support for pivot expressions
11+
* Added support for boolean functions in where statements
12+
13+
```sql
14+
select * from my_table where bool_func(col)
15+
```
16+
* Added support for Oracles old join syntax for more compare operations
17+
18+
```sql
19+
select * from taba, tabb where taba.a<tabb.a(+)
20+
```
1021
* Added support for foreign keys in create table statements
1122

1223
```sql

0 commit comments

Comments
 (0)