mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-08 21:20:33 +00:00
![]() Theoretically the behavior should be the same as CREATE INDEX, but we cannot make that assumption, so the parse is (almost) identical as the input. Breaking changes: - Now HASH and BTREE are KEYWORDS, and using them as names can result in errors. - Now 'KEY' and 'INDEX' column names start the parsing of a table constraint if unquoted for the Generic dialect. This results in possible conficts if canonical results are compared for all dialects if a column is named 'key' without quotes. |
||
---|---|---|
.. | ||
queries/tpch | ||
test_utils | ||
sqlparser_bigquery.rs | ||
sqlparser_clickhouse.rs | ||
sqlparser_common.rs | ||
sqlparser_custom_dialect.rs | ||
sqlparser_hive.rs | ||
sqlparser_mssql.rs | ||
sqlparser_mysql.rs | ||
sqlparser_postgres.rs | ||
sqlparser_redshift.rs | ||
sqlparser_regression.rs | ||
sqlparser_snowflake.rs | ||
sqlparser_sqlite.rs |