datafusion-sqlparse/tests
Jakob Truelsen e4959696b5
Support CHARSET and ENGINE clauses on CREATE TABLE for mysql (#392)
* Add support for SET and ENUM types

See https://dev.mysql.com/doc/refman/8.0/en/set.html
and https://dev.mysql.com/doc/refman/8.0/en/enum.html

* Add support for mysql ENGINE and DEFAULT CHARSET in CREATE TABLE

See https://dev.mysql.com/doc/refman/8.0/en/create-table.html

* Add support for COMMENT and CHARACTER SET field attributes

See https://dev.mysql.com/doc/refman/8.0/en/create-table.html
2022-02-08 10:08:56 -05: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 Support OFFSET LIMIT as well as LIMIT OFFSET (#413) 2022-02-05 07:46:53 -05:00
sqlparser_hive.rs Enable map access for numbers, multiple nesting levels (#356) 2021-09-24 14:22:12 -04: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 Support CHARSET and ENGINE clauses on CREATE TABLE for mysql (#392) 2022-02-08 10:08:56 -05:00
sqlparser_postgres.rs fix: Handle double quotes inside quoted identifiers correctly (#411) 2022-02-07 10:05:17 -05: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 Support minimum display width for integer data types (#337) 2021-08-29 07:13:10 -04:00
sqpparser_clickhouse.rs Enable map access for function, add ClickHouse dialect (#382) 2021-12-21 16:16:30 -05:00