Open
Description
According to the design policy, GenericDialect
is intended to parse any SQL that other dialects can handle, but it currently fails to parse multi-table DELETE statements and DELETE statements without a FROM clause.
I think the expected behavior is that the following tests should also pass with GenericDialect
.
datafusion-sqlparser-rs/tests/sqlparser_common.rs
Lines 688 to 735 in 2182f7e
Metadata
Metadata
Assignees
Labels
No labels