From: Oleg Broytman Date: Wed, 10 May 2017 21:07:18 +0000 (+0300) Subject: Update TODO: Remove MySQL-specific SQL X-Git-Tag: 0.2.2~8 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=fa5c08a8f2003486fd091f15b9f1f8ad38cef5d1 Update TODO: Remove MySQL-specific SQL [skip ci] --- diff --git a/TODO b/TODO index 25aa6c7..bd62d16 100644 --- a/TODO +++ b/TODO @@ -1 +1,9 @@ Test at Travis and AppVeyor with Postgres. + + +In SQLite/Postgres (non-MySQL) mode: + + Remove table options like ENGINE, AUTO_INCREMENT, CHARSET, etc: + CREATE TABLE name (column_definitions) table_options; + + Remove LOCK/UNLOCK TABLES;