datafusion-sqlparse/tests
main() 814367a6ab
Implement ON CONFLICT and RETURNING (#666)
* Implement RETURNING on INSERT/UPDATE/DELETE

* Implement INSERT ... ON CONFLICT

* Fix tests

* cargo fmt

* tests: on conflict and returning

Co-authored-by: gamife <gamife9886@gmail.com>
2022-11-11 16:15:31 -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 Implement ON CONFLICT and RETURNING (#666) 2022-11-11 16:15:31 -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 Implement ON CONFLICT and RETURNING (#666) 2022-11-11 16:15:31 -05:00
sqlparser_postgres.rs Implement ON CONFLICT and RETURNING (#666) 2022-11-11 16:15:31 -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