mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
support sqlite's OR clauses in update statements (#1530)
This commit is contained in:
parent
a67a4f3cbe
commit
4c629e8520
6 changed files with 59 additions and 26 deletions
|
@ -1970,6 +1970,7 @@ fn parse_update_with_joins() {
|
|||
from: _from,
|
||||
selection,
|
||||
returning,
|
||||
or: None,
|
||||
} => {
|
||||
assert_eq!(
|
||||
TableWithJoins {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue