Correct SQLite quote-char
authorPeter Rabbitson <ribasushi@cpan.org>
Mon, 23 Jan 2012 09:32:45 +0000 (10:32 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Mon, 23 Jan 2012 09:32:45 +0000 (10:32 +0100)
commitf6e49d345306c610c9051b01790540e4de9e9292
treea3d515779594994bd603822848dc3c032fb14818
parent0f35a00d9d193c42d3818709486718f4cb5ca49d
Correct SQLite quote-char

The original writer of d8cf2279 didn't do his/her homework, and used an
incorrect quote character. Thic compounded with SQLite trying really hard
to guess what one meant made the issue very hard to spot.

http://www.sqlite.org/lang_keywords.html
lib/SQL/Translator/Producer/SQLite.pm
t/30sqlt-new-diff-sqlite.t
t/48xml-to-sqlite.t
t/56-sqlite-producer.t
t/57-class-dbi.t