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

@ -460,6 +460,7 @@ fn parse_delimited_identifiers() {
partitions: _,
json_path: _,
sample: _,
index_hints: _,
} => {
assert_eq!(
ObjectName::from(vec![Ident::with_quote('"', "a table")]),