Skip to content

Commit a661593

Browse files
committed
1 parent eab747b commit a661593

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ Original project websites:
1414
* Corrected cast expression to make type parameters usable (e.g. cast(col1 as varchar(255))
1515
* Added support for column comma list in partition by statements
1616
* Added support for columns names in create view statements
17-
* Added support for column cast using ::
18-
* Added support for from clause in update statments
17+
1918

2019
```sql
2120
create view testView (col1,col2) as select a, b from table
2221
```
22+
* Added support for column cast using ::
23+
* Added support for from clause in update statements
24+
* Corrected TableNamesFinder to work with update statements additions.
2325

2426
## Extensions til Version 0.8.2
2527

0 commit comments

Comments
 (0)