Test escaping quote characters in identifiers
[dbsrgits/DBIx-Class.git] / t / lib / sqlite.sql
index 64ddc33..6ae6b02 100644 (file)
@@ -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),