backporting the set_column/store_column fix
[dbsrgits/DBIx-Class.git] / t / lib / sqlite.sql
index 263b234..ebc10cd 100644 (file)
@@ -411,5 +411,12 @@ CREATE TABLE typed_object (
   value varchar(100) NOT NULL
 );
 
+--
+-- Table: encoded
+--
+CREATE TABLE encoded (
+  id INTEGER PRIMARY KEY NOT NULL,
+  encoded varchar(100) NOT NULL
+);
 
 COMMIT;