mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-08 01:15:00 +00:00
Support mssql json and xml extensions (#1043)
This commit is contained in:
parent
ff8312bfd8
commit
953c833a4a
9 changed files with 318 additions and 15 deletions
|
@ -1010,6 +1010,7 @@ fn parse_copy_to() {
|
|||
offset: None,
|
||||
fetch: None,
|
||||
locks: vec![],
|
||||
for_clause: None,
|
||||
})),
|
||||
to: true,
|
||||
target: CopyTarget::File {
|
||||
|
@ -2060,6 +2061,7 @@ fn parse_array_subquery_expr() {
|
|||
offset: None,
|
||||
fetch: None,
|
||||
locks: vec![],
|
||||
for_clause: None,
|
||||
})),
|
||||
expr_from_projection(only(&select.projection)),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue