datafusion-sqlparse/tests
Nikhil Benesch 4ee461bae4
Require that nested joins always have one join
The SQL specification prohibits constructions like

    SELECT * FROM a NATURAL JOIN (b)

where b sits alone inside parentheses. Parentheses in a FROM entry
always introduce either a derived table or a join.
2019-06-14 16:28:52 -04:00
..
sqlparser_common.rs Require that nested joins always have one join 2019-06-14 16:28:52 -04:00
sqlparser_mssql.rs Merge pull request #79 from benesch/license 2019-06-10 19:39:12 -06:00
sqlparser_postgres.rs Merge pull request #79 from benesch/license 2019-06-10 19:39:12 -06:00