datafusion-sqlparse/tests
AugustoFKL 2aba3f8c91
Adding MySQL table option {INDEX | KEY} to the CREATE TABLE definiton (partial). (#665)
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.
2022-10-19 17:24:38 -04:00
..
queries/tpch Add TPCH reggression tests (#221) 2020-07-14 21:48:07 +02:00
test_utils Support NestedJoin with an alias (#551) 2022-08-03 19:41:15 -04:00
sqlparser_bigquery.rs feat: Support trailing commas (#557) 2022-08-11 06:54:04 -04:00
sqlparser_clickhouse.rs Support PostgreSQL array subquery constructor (#566) 2022-08-12 14:08:56 -04:00
sqlparser_common.rs Adding MySQL table option {INDEX | KEY} to the CREATE TABLE definiton (partial). (#665) 2022-10-19 17:24:38 -04:00
sqlparser_custom_dialect.rs Add ability for dialects to override prefix, infix, and statement parsing (#581) 2022-08-19 05:44:14 -06:00
sqlparser_hive.rs Add support for aggregate expressions with filters (#585) 2022-09-08 13:08:45 -06:00
sqlparser_mssql.rs Support CREATE ROLE and DROP ROLE (#598) 2022-09-27 09:58:36 -04:00
sqlparser_mysql.rs Adding MySQL table option {INDEX | KEY} to the CREATE TABLE definiton (partial). (#665) 2022-10-19 17:24:38 -04:00
sqlparser_postgres.rs mod, parser and test cases for CREATE [ { TEMPORARY | TEMP } ] SEQUENCE [ IF NOT EXISTS ] (#678) 2022-10-19 17:21:17 -04:00
sqlparser_redshift.rs Distinguish between tables and nullary functions in FROM (#506) 2022-05-25 16:01:13 -04:00
sqlparser_regression.rs Parse floats without leading number (#294) 2021-02-08 08:11:01 +01:00
sqlparser_snowflake.rs Support NestedJoin with an alias (#551) 2022-08-03 19:41:15 -04:00
sqlparser_sqlite.rs Fix parse error on some prepared statement placeholders (#604) 2022-09-27 09:58:26 -04:00