From: Oleg Broytman Date: Sat, 3 Sep 2016 18:34:55 +0000 (+0300) Subject: Update TODO X-Git-Tag: 0.0.2~4 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=89a4a934a7a7601a303405df71d6220edee56a65 Update TODO --- diff --git a/TODO b/TODO index e69de29..e719c69 100644 --- 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.