datafusion-sqlparse/tests
Nikhil Benesch ccbd048dda
Test that redundant nesting is supported
SELECT * FROM (((SELECT 1))) is just as valid as
SELECT * FROM (SELECT 1). Add a test to ensure that we can parse the
first form.

Addresses a comment from #100.
2019-06-07 23:54:56 -04:00
..
sqlparser_common.rs Test that redundant nesting is supported 2019-06-07 23:54:56 -04:00
sqlparser_mssql.rs [mssql] Support single-quoted column aliases 2019-06-02 13:48:14 +03:00
sqlparser_postgres.rs Support arbitrary WITH options for CREATE [TABLE|VIEW] 2019-06-03 13:32:13 -04:00