]> git.phdru.name Git - sqlconvert.git/blobdiff - TODO
Update TODO: Remove MySQL-specific SQL
[sqlconvert.git] / TODO
diff --git a/TODO b/TODO
index 26baf8483a8282730500a3584a44955f4c288b85..bd62d168eda39bf847a953d214cda2db919a75d3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,9 @@
-Convert string escapes to generic SQL, Postgres- or SQLite-specific.
+Test at Travis and AppVeyor with Postgres.
 
 
-Convert extended INSERTs to series of plain INSERTs.
+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;