Skip to content

Commit 0d5c88f

Browse files
committed
added :: cast mode for columns
1 parent 52c862f commit 0d5c88f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ 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 ::
1718

1819
```sql
1920
create view testView (col1,col2) as select a, b from table

0 commit comments

Comments
 (0)