By royal decree, produced statements in list context shall not end in a semi-colon...
authorJess Robinson <castaway@desert-island.me.uk>
Wed, 8 Oct 2008 21:43:36 +0000 (21:43 +0000)
committerJess Robinson <castaway@desert-island.me.uk>
Wed, 8 Oct 2008 21:43:36 +0000 (21:43 +0000)
commit24d9fe69f45176a383f9faf545211caa180ae118
tree3ccb6c19c853b3fc948603a39208864dcb829af0
parenta25ac5d2649e414439ab60a075297361f2e5819d
By royal decree, produced statements in list context shall not end in a semi-colon, or any newlines! (They may contain newlines)
Also fixed SQLite index statements, which were missing vital newlines
Changes
lib/SQL/Translator/Diff.pm
lib/SQL/Translator/Producer/MySQL.pm
lib/SQL/Translator/Producer/SQLite.pm
t/30sqlt-new-diff-mysql.t
t/30sqlt-new-diff-sqlite.t
t/38-mysql-producer.t
t/48xml-to-sqlite.t
t/56-sqlite-producer.t [new file with mode: 0644]