datafusion-sqlparse/tests
Augusto Fotino 65c5a37bce
feat: add precision for TIME, DATETIME, and TIMESTAMP data types (#701)
Now all those statements are both parsed and displayed with precision
and timezone info. Tests were added to the ones presented in the ANSI
standard.
2022-11-11 16:06:57 -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 Parse ARRAY_AGG for Bigquery and Snowflake (#662) 2022-11-11 15:25:07 -05:00
sqlparser_clickhouse.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00
sqlparser_common.rs feat: add precision for TIME, DATETIME, and TIMESTAMP data types (#701) 2022-11-11 16:06:57 -05: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 Parse ARRAY_AGG for Bigquery and Snowflake (#662) 2022-11-11 15:25:07 -05:00
sqlparser_mssql.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00
sqlparser_mysql.rs feat: add precision for TIME, DATETIME, and TIMESTAMP data types (#701) 2022-11-11 16:06:57 -05:00
sqlparser_postgres.rs feat: add precision for TIME, DATETIME, and TIMESTAMP data types (#701) 2022-11-11 16:06:57 -05:00
sqlparser_redshift.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00
sqlparser_regression.rs Parse floats without leading number (#294) 2021-02-08 08:11:01 +01:00
sqlparser_snowflake.rs Parse ARRAY_AGG for Bigquery and Snowflake (#662) 2022-11-11 15:25:07 -05:00
sqlparser_sqlite.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00