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 1c92788 commit 311d636Copy full SHA for 311d636
1 file changed
README.md
@@ -2,6 +2,8 @@
2
3
## News
4
5
+Recent changes in **0.8.7-SNAPSHOT** for some alias support changes introducing some API changes.
6
+
7
Version **0.8.6** released.
8
9
@@ -22,6 +24,12 @@ The generated hierarchy can be navigated using the Visitor Pattern.
22
24
23
25
## Extensions Version 0.8.7
26
27
+* Added support for optional " AS " for aliases.
28
29
+```sql
30
+SELECT * FROM mytable myalias
31
+```
32
33
* Added first support for ALTER TABLE statements
34
35
```sql
0 commit comments