]> git.phdru.name Git - sqlconvert.git/blobdiff - TODO
Tests: Use tox instead of tests/Makefile
[sqlconvert.git] / TODO
diff --git a/TODO b/TODO
index 5695fbff2909b6d0735ea0c52786c34a76ac2ec5..69cd5facd28cc94b21d3edec2264dd7238268852 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,3 @@
-Test at Travis and AppVeyor with Postgres.
-
-
 In SQLite/Postgres (non-MySQL) mode:
 
    Replace AUTO_INCREMENT columns with INTEGER PRIMARY KEY for SQLite or
@@ -23,3 +20,6 @@ In SQLite/Postgres (non-MySQL) mode:
 
    Convert KEY to CREATE INDEX; remove size limit:
    KEY name ("COLUMN_NAME"(20)) -> CREATE INDEX name ON table ("COLUMN_NAME").
+
+
+Installers.