X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fsqlite.sql;h=6ae6b02716982630f50e53b99b60bd5a3c177448;hb=b25af2a8cd075015695e74ef077afd991442f615;hp=64ddc33c33ddfaa336c8b0eb754a489d9ad92627;hpb=350e8d57bf21e4006e2a5e5c26648cb5ca4903ea;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/sqlite.sql b/t/lib/sqlite.sql index 64ddc33..6ae6b02 100644 --- a/t/lib/sqlite.sql +++ b/t/lib/sqlite.sql @@ -1,3 +1,7 @@ +CREATE TABLE "`with` [some] ""quotes""" ( + "`has` [more] ""quotes""" integer NOT NULL +); + CREATE TABLE "artist" ( "artistid" INTEGER PRIMARY KEY NOT NULL, "name" varchar(100),