From: Oleg Broytman Date: Sat, 10 Sep 2016 17:49:05 +0000 (+0300) Subject: TODO: Add tests for Postgres and SQLite X-Git-Tag: 0.0.6~26 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=36dba55172728e077e913120491233dd7ae9ce68;hp=b83ec9eaf7e388f4061c5e13dd930fd108e4bd77 TODO: Add tests for Postgres and SQLite --- diff --git a/TODO b/TODO index 26baf84..6a5de99 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,6 @@ Convert string escapes to generic SQL, Postgres- or SQLite-specific. +Add tests for Postgres and SQLite. + Convert extended INSERTs to series of plain INSERTs.