]> git.phdru.name Git - sqlconvert.git/commitdiff
Update TODO
authorOleg Broytman <phd@phdru.name>
Sat, 3 Sep 2016 18:34:55 +0000 (21:34 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 3 Sep 2016 18:34:55 +0000 (21:34 +0300)
TODO

diff --git a/TODO b/TODO
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e719c699a92f27738122daff5c76dcc927de87b4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -0,0 +1,7 @@
+Remove /*! directives */
+
+
+Convert string escapes to generic SQL, Postgres- or SQLite-specific.
+
+
+Convert extended INSERTs to series of plain INSERTs.