Support mssql json and xml extensions (#1043)

This commit is contained in:
Ophir LOJKINE 2023-11-18 13:03:12 +01:00 committed by GitHub
parent ff8312bfd8
commit 953c833a4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 318 additions and 15 deletions

View file

@ -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)),
);