datafusion-sqlparse/tests
Toby Hede 1d63466ef8
Support for pg ADD GENERATED in ALTER COLUMN statements (#1079)
Signed-off-by: Toby Hede <toby@cipherstash.com>
2024-01-02 10:22:25 -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 for pg ADD GENERATED in ALTER COLUMN statements (#1079) 2024-01-02 10:22:25 -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 Support for pg ADD GENERATED in ALTER COLUMN statements (#1079) 2024-01-02 10:22:25 -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 Support SQLite column definitions with no type (#1075) 2024-01-01 12:45:25 -05:00