datafusion-sqlparse/tests
Alex Vasilev 072ccc0d76
feat: dollar-quoted strings support (#772)
* feat: support dollar-quoted strings

* remove comment

* unused code

* removed debugging

* added tests

* fmt

* clippy

* updated tests
2022-12-29 07:52:17 -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 feat: dollar-quoted strings support (#772) 2022-12-29 07:52:17 -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