datafusion-sqlparse/tests
Alex Dukhno 1ac208307c
Support IF NOT EXISTS for CREATE SCHEMA (#276)
This is a Postgres-specific clause: https://www.postgresql.org/docs/12/sql-createschema.html

Also add a test for `DROP SCHEMA IF EXISTS schema_name`, which is already supported in the parser.
2020-10-02 17:35:20 +03:00
..
queries/tpch Add TPCH reggression tests (#221) 2020-07-14 21:48:07 +02:00
sqlparser_common.rs Support IF NOT EXISTS for CREATE SCHEMA (#276) 2020-10-02 17:35:20 +03:00
sqlparser_mssql.rs Add support for MSSQL's SELECT TOP N syntax (#150) 2020-01-12 23:20:48 -05:00
sqlparser_mysql.rs Support identifiers quoted with backticks in the MySQL dialect (#247) 2020-07-30 04:22:29 +03:00
sqlparser_postgres.rs Support IF NOT EXISTS for CREATE SCHEMA (#276) 2020-10-02 17:35:20 +03:00
sqlparser_regression.rs provide missing license header 2020-07-31 09:01:32 -07:00
sqlparser_snowflake.rs [snowflake] Support single line comments starting with '#' or '//' (#264) 2020-09-07 03:57:37 +03:00
sqlparser_sqlite.rs Add SQLite dialect (#248) 2020-07-31 15:09:54 +03:00