[Bast-commits] r9165 - DBIx-Class/0.08/branches/filter_column/lib/DBIx/Class

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Wed Apr 14 21:34:57 GMT 2010


Author: ribasushi
Date: 2010-04-14 22:34:57 +0100 (Wed, 14 Apr 2010)
New Revision: 9165

Modified:
   DBIx-Class/0.08/branches/filter_column/lib/DBIx/Class/Row.pm
Log:
Not sure how this was never noticed, but it definitely doesn't seem right and all tests pass...

Modified: DBIx-Class/0.08/branches/filter_column/lib/DBIx/Class/Row.pm
===================================================================
--- DBIx-Class/0.08/branches/filter_column/lib/DBIx/Class/Row.pm	2010-04-14 21:22:38 UTC (rev 9164)
+++ DBIx-Class/0.08/branches/filter_column/lib/DBIx/Class/Row.pm	2010-04-14 21:34:57 UTC (rev 9165)
@@ -314,7 +314,7 @@
 
       MULTICREATE_DEBUG and warn "MC $self pre-reconstructing $relname $rel_obj\n";
 
-      my $them = { %{$rel_obj->{_relationship_data} || {} }, $rel_obj->get_inflated_columns };
+      my $them = { %{$rel_obj->{_relationship_data} || {} }, $rel_obj->get_columns };
       my $existing;
 
       # if there are no keys - nothing to search for




More information about the Bast-commits mailing list