datafusion-sqlparse/tests
Nickolay Ponomarev 39e98cb11a Rename parse_tablename -> parse_object_name (4.2/4.4)
...to match the name of the recently introduced `SQLObjectName` struct
and to avoid any reservations about using it with multi-part names of
objects other than tables (as in the `type_name` case).
2019-02-07 05:31:44 +03:00
..
sqlparser_ansi.rs Stricter parsing for subqueries (3/4) 2019-02-07 05:31:36 +03:00
sqlparser_generic.rs Introduce SQLObjectName struct (4.1/4.4) 2019-02-07 05:31:40 +03:00
sqlparser_postgres.rs Rename parse_tablename -> parse_object_name (4.2/4.4) 2019-02-07 05:31:44 +03:00