\Q-uote column/alias names in regexes in _resolve_aliastypes_from_select_args
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Artist.pm
index 470796a..6702f11 100644 (file)
@@ -169,6 +169,8 @@ __PACKAGE__->has_many(
     },
 );
 
+__PACKAGE__->has_many(quotes => 'DBICTest::Schema::Quotes', 'artistid');
+
 sub sqlt_deploy_hook {
   my ($self, $sqlt_table) = @_;