Views are automatically excluded from using insert_returning.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
index 07b311a..baad9c8 100644 (file)
@@ -50,6 +50,7 @@ __PACKAGE__->load_classes(qw/
   qw/SelfRefAlias TreeLike TwoKeyTreeLike Event EventTZ NoPrimaryKey/,
   qw/Collection CollectionObject TypedObject Owners BooksInLibrary/,
   qw/ForceForeign Encoded/,
+  qw/StorageFlagPole StorageFlagView/,
 );
 
 sub sqlt_deploy_hook {