mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 14:28:22 +00:00
Support TO
in CREATE VIEW
clause for Clickhouse (#1313)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
This commit is contained in:
parent
f16c1afed0
commit
f3d2f78fb2
7 changed files with 51 additions and 2 deletions
|
@ -315,6 +315,7 @@ fn parse_create_view_if_not_exists() {
|
|||
with_no_schema_binding: late_binding,
|
||||
if_not_exists,
|
||||
temporary,
|
||||
..
|
||||
} => {
|
||||
assert_eq!("mydataset.newview", name.to_string());
|
||||
assert_eq!(Vec::<ViewColumnDef>::new(), columns);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue