From fa5c08a8f2003486fd091f15b9f1f8ad38cef5d1 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 11 May 2017 00:07:18 +0300 Subject: [PATCH] Update TODO: Remove MySQL-specific SQL [skip ci] --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- 2.39.2