]> git.phdru.name Git - sqlconvert.git/blob - TODO
TODO: more MySQL-specific fixes
[sqlconvert.git] / TODO
1 Test at Travis and AppVeyor with Postgres.
2
3
4 In SQLite/Postgres (non-MySQL) mode:
5
6    Replace AUTO_INCREMENT columns with INTEGER PRIMARY KEY for SQLite or
7    serial for Postgres.
8
9    Remove CHARACTER SET, COLLATE and COMMENT from column definitions.
10
11    Remove table options like ENGINE, AUTO_INCREMENT, CHARSET, etc:
12    CREATE TABLE name (column_definitions) table_options;
13
14    Remove LOCK/UNLOCK TABLES;