]> git.phdru.name Git - sqlconvert.git/blob - TODO
Update TODO: Remove MySQL-specific SQL
[sqlconvert.git] / TODO
1 Test at Travis and AppVeyor with Postgres.
2
3
4 In SQLite/Postgres (non-MySQL) mode:
5
6    Remove table options like ENGINE, AUTO_INCREMENT, CHARSET, etc:
7    CREATE TABLE name (column_definitions) table_options;
8
9    Remove LOCK/UNLOCK TABLES;