Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Apr 23, 2013
1 parent eab747b commit a661593
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ Original project websites:
* Corrected cast expression to make type parameters usable (e.g. cast(col1 as varchar(255))
* Added support for column comma list in partition by statements
* Added support for columns names in create view statements
* Added support for column cast using ::
* Added support for from clause in update statments


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

## Extensions til Version 0.8.2

Expand Down

0 comments on commit a661593

Please sign in to comment.