datafusion-sqlparse/tests
mz 09ca14fe8e
Support dialect-specific auto-increment column options for MySQL and SQLite (#234)
In MySQL it's AUTO_INCREMENT
(see https://dev.mysql.com/doc/refman/8.0/en/create-table.html)
and in SQLite it's AUTOINCREMENT.

We use `ColumnOption::DialectSpecific(Vec<Token>)` to avoid adding a new variant for each vendor-specific column option.
2020-07-28 23:34:21 +03:00
..
queries/tpch Add TPCH reggression tests (#221) 2020-07-14 21:48:07 +02:00
sqlparser_common.rs Support create or replace view/table (#239) 2020-07-27 21:59:08 +02:00
sqlparser_mssql.rs Add support for MSSQL's SELECT TOP N syntax (#150) 2020-01-12 23:20:48 -05:00
sqlparser_mysql.rs Support dialect-specific auto-increment column options for MySQL and SQLite (#234) 2020-07-28 23:34:21 +03:00
sqlparser_postgres.rs Add Postgres-specific PREPARE, EXECUTE and DEALLOCATE (#243) 2020-07-28 12:01:52 +03:00
sqlparser_regression.rs Add TPCH reggression tests (#221) 2020-07-14 21:48:07 +02:00
sqlparser_sqlite.rs Support dialect-specific auto-increment column options for MySQL and SQLite (#234) 2020-07-28 23:34:21 +03:00