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 eab747b commit a661593Copy full SHA for a661593
README.md
@@ -14,12 +14,14 @@ Original project websites:
14
* Corrected cast expression to make type parameters usable (e.g. cast(col1 as varchar(255))
15
* Added support for column comma list in partition by statements
16
* 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
+
19
20
```sql
21
create view testView (col1,col2) as select a, b from table
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.
25
26
## Extensions til Version 0.8.2
27
0 commit comments