datafusion-sqlparse/tests
Toby Hede a75778c8c7
Add support for ENABLE and DISABLE on ALTER TABLE for pg (#1077)
Signed-off-by: Toby Hede <toby@cipherstash.com>
2023-12-31 09:14:52 -05: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 common: Make sure + - * / % binary operators work the same in all dialects (#1025) 2023-10-27 05:45:18 -04:00
sqlparser_clickhouse.rs Support IGNORE|RESPECT NULLs clause in window functions (#998) 2023-10-24 09:45:59 -04:00
sqlparser_common.rs Support Mysql REPLACE statement and PRIORITY clause of INSERT (#1072) 2023-12-24 07:24:53 -05:00
sqlparser_custom_dialect.rs PostgreSQL: GENERATED { ALWAYS | BY DEFAULT } AS IDENTITY and GENERATED ALWAYS AS ( generation_expr ) support (#832) 2023-03-16 05:54:00 -04:00
sqlparser_duckdb.rs Add support for UNION DISTINCT BY NAME syntax (#997) 2023-10-23 17:37:31 -04:00
sqlparser_hive.rs Support IGNORE|RESPECT NULLs clause in window functions (#998) 2023-10-24 09:45:59 -04:00
sqlparser_mssql.rs snowflake: fix rendering of SELECT TOP (#1070) 2023-12-22 13:43:31 -05:00
sqlparser_mysql.rs Support MySQL FLUSH statement (#1076) 2023-12-31 09:12:03 -05:00
sqlparser_postgres.rs Add support for ENABLE and DISABLE on ALTER TABLE for pg (#1077) 2023-12-31 09:14:52 -05:00
sqlparser_redshift.rs Support IGNORE|RESPECT NULLs clause in window functions (#998) 2023-10-24 09:45:59 -04:00
sqlparser_regression.rs Parse floats without leading number (#294) 2021-02-08 08:11:01 +01:00
sqlparser_snowflake.rs snowflake: fix rendering of SELECT TOP (#1070) 2023-12-22 13:43:31 -05:00
sqlparser_sqlite.rs Add support for DEFERRED, IMMEDIATE, and EXCLUSIVE in SQLite's BEGIN TRANSACTION command (#1067) 2023-12-20 16:00:12 -05:00