mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Add support for mysql table hints (#1675)
This commit is contained in:
parent
fdbe864d0d
commit
f7b0812b01
12 changed files with 266 additions and 5 deletions
|
@ -460,6 +460,7 @@ fn parse_delimited_identifiers() {
|
|||
partitions: _,
|
||||
json_path: _,
|
||||
sample: _,
|
||||
index_hints: _,
|
||||
} => {
|
||||
assert_eq!(
|
||||
ObjectName::from(vec![Ident::with_quote('"', "a table")]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue