datafusion-sqlparse/tests
Nickolay Ponomarev 07790fe4c4 Improve DELETE FROM parsing (4.4/4.4)
Store (and parse) `table_name: SQLObjectName` instead of
`relation: Option<Box<ASTNode>>`, which can be an arbitrary expression.

Also remove the `Option<>`: the table name is not optional in any dialects
I'm familiar with. While the FROM keyword itself _is_ optional in some
dialects, there are more things to implement for those dialects, see
https://stackoverflow.com/a/4484271/1026
2019-02-07 05:31:51 +03:00
..
sqlparser_ansi.rs Stricter parsing for subqueries (3/4) 2019-02-07 05:31:36 +03:00
sqlparser_generic.rs Improve DELETE FROM parsing (4.4/4.4) 2019-02-07 05:31:51 +03:00
sqlparser_postgres.rs Rename parse_tablename -> parse_object_name (4.2/4.4) 2019-02-07 05:31:44 +03:00