Skip to content

Commit 311d636

Browse files
committed
update readme
1 parent 1c92788 commit 311d636

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## News
44

5+
Recent changes in **0.8.7-SNAPSHOT** for some alias support changes introducing some API changes.
6+
57
Version **0.8.6** released.
68

79

@@ -22,6 +24,12 @@ The generated hierarchy can be navigated using the Visitor Pattern.
2224

2325
## Extensions Version 0.8.7
2426

27+
* Added support for optional " AS " for aliases.
28+
29+
```sql
30+
SELECT * FROM mytable myalias
31+
```
32+
2533
* Added first support for ALTER TABLE statements
2634

2735
```sql

0 commit comments

Comments
 (0)