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 00f76fe commit 6ab7559Copy full SHA for 6ab7559
README.md
@@ -7,6 +7,17 @@ The generated hierarchy can be navigated using the Visitor Pattern.
7
8
## Extensions Version 0.8.4
9
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
19
+select * from taba, tabb where taba.a<tabb.a(+)
20
21
* Added support for foreign keys in create table statements
22
23
```sql
0 commit comments