Add support for mysql table hints (#1675)

This commit is contained in:
AvivDavid-Satori 2025-01-28 10:41:03 +02:00 committed by GitHub
parent fdbe864d0d
commit f7b0812b01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 266 additions and 5 deletions

View file

@ -2036,6 +2036,7 @@ fn parse_update_with_joins() {
with_ordinality: false,
json_path: None,
sample: None,
index_hints: vec![],
},
joins: vec![Join {
relation: TableFactor::Table {
@ -2051,6 +2052,7 @@ fn parse_update_with_joins() {
with_ordinality: false,
json_path: None,
sample: None,
index_hints: vec![],
},
global: false,
join_operator: JoinOperator::Inner(JoinConstraint::On(Expr::BinaryOp {