Distinguish between tables and nullary functions in FROM (#506)

This commit is contained in:
Riccardo Azzolini 2022-05-25 22:01:13 +02:00 committed by GitHub
parent cd66034a4a
commit 901f5b974f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 39 additions and 29 deletions

View file

@ -413,7 +413,7 @@ fn parse_update_set_from() {
relation: TableFactor::Table {
name: ObjectName(vec![Ident::new("t1")]),
alias: None,
args: vec![],
args: None,
with_hints: vec![],
},
joins: vec![],
@ -439,7 +439,7 @@ fn parse_update_set_from() {
relation: TableFactor::Table {
name: ObjectName(vec![Ident::new("t1")]),
alias: None,
args: vec![],
args: None,
with_hints: vec![],
},
joins: vec![],