adding failing test to make sure insert doesnt call set_column
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
index 3b6a775..5949b44 100644 (file)
@@ -44,7 +44,7 @@ __PACKAGE__->load_classes(qw/
   ),
   qw/SelfRefAlias TreeLike TwoKeyTreeLike Event EventTZ NoPrimaryKey/,
   qw/Collection CollectionObject TypedObject Owners BooksInLibrary/,
-  qw/ForceForeign/,
+  qw/ForceForeign Encoded/,
 );
 
 sub sqlt_deploy_hook {