datafusion-sqlparse/tests
Dmitry Patsura 9a5716d94b
feat: Support SHOW CREATE TABLE|EVENT|FUNCTION (MySQL specific) (#338)
* feat: Support SHOW CREATE TABLE|EVENT|FUNCTION (MySQL specific)

* misc: Simplify test with loop over enum values
2021-08-29 07:03:39 -04:00
..
queries/tpch Add TPCH reggression tests (#221) 2020-07-14 21:48:07 +02:00
test_utils Introduce tests/test_utils/mod.rs and use it consistently 2020-10-12 06:52:00 +03:00
sqlparser_common.rs Add referential actions to TableConstraint foreign key (#306) 2021-08-25 12:03:10 -04:00
sqlparser_hive.rs Implement Hive QL Parsing (#235) 2021-02-04 12:53:20 -07:00
sqlparser_mssql.rs Support Parsing of hexadecimal literals that start with 0x (#324) 2021-08-25 12:57:32 -04:00
sqlparser_mysql.rs feat: Support SHOW CREATE TABLE|EVENT|FUNCTION (MySQL specific) (#338) 2021-08-29 07:03:39 -04:00
sqlparser_postgres.rs Update links to reflect repository move to sqlparser-rs GitHub org 2021-08-20 17:03:06 -06:00
sqlparser_regression.rs Parse floats without leading number (#294) 2021-02-08 08:11:01 +01:00
sqlparser_snowflake.rs Make clippy happy (#330) 2021-08-19 23:02:15 +02:00
sqlparser_sqlite.rs Introduce tests/test_utils/mod.rs and use it consistently 2020-10-12 06:52:00 +03:00