datafusion-sqlparse/tests
김진성 Kim Jinsung 3e990466f8
Support CREATE TABLE ON UPDATE <expr> Function (#685)
* feat : OnUpdate Function Implement

* feat : add GenericDialect Options
2022-12-28 08:59:09 -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 fix: unnest join constraint with alias parsing for BigQuery dialect (#732) 2022-12-13 16:44:45 -05:00
sqlparser_clickhouse.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00
sqlparser_common.rs Support ALTER INDEX {INDEX_NAME} RENAME TO {NEW_INDEX_NAME} (#767) 2022-12-28 08:35:27 -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 support create function definition with $$ (#755) 2022-12-13 17:15:33 -05:00
sqlparser_mssql.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00
sqlparser_mysql.rs Support CREATE TABLE ON UPDATE <expr> Function (#685) 2022-12-28 08:59:09 -05:00
sqlparser_postgres.rs Support DROP FUNCTION syntax (#752) 2022-12-28 07:57:51 -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 Support the type key (#750) 2022-12-06 16:07:53 -05:00
sqlparser_sqlite.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00