mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-01 15:44:14 +00:00
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. |
||
|---|---|---|
| .. | ||
| queries/tpch | ||
| sqlparser_common.rs | ||
| sqlparser_mssql.rs | ||
| sqlparser_mysql.rs | ||
| sqlparser_postgres.rs | ||
| sqlparser_regression.rs | ||
| sqlparser_snowflake.rs | ||
| sqlparser_sqlite.rs | ||