mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-03 08:32:52 +00:00
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. |
||
|---|---|---|
| .. | ||
| queries/tpch | ||
| sqlparser_common.rs | ||
| sqlparser_mssql.rs | ||
| sqlparser_mysql.rs | ||
| sqlparser_postgres.rs | ||
| sqlparser_regression.rs | ||
| sqlparser_sqlite.rs | ||