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 c126e1e commit 60f2bc4Copy full SHA for 60f2bc4
README.md
@@ -30,6 +30,12 @@ The generated hierarchy can be navigated using the Visitor Pattern.
30
31
## Extensions Version 0.9
32
33
+* Included support for some keyword object names.
34
+
35
+```sql
36
+SELECT cast, do FROM tableName
37
+```
38
39
* Included support for named primary keys in create table statements.
40
* Include adapter classes for visitor interfaces to simplify visitor usage.
41
* included a huge amount of oracle test sqls. There is much room for improvement supporting all oracle syntax specials.
0 commit comments