Just the column name, please.
Marc Mims [Tue, 23 May 2006 18:17:16 +0000 (18:17 +0000)]
lib/DBIx/Class/ResultSet.pm

index 494bb56..8fc894d 100644 (file)
@@ -923,7 +923,7 @@ sub _cond_for_update_delete {
         }
         else {
           $entry =~ /([^.]+)$/;
-          $hash{$entry} = $cond[++$i];
+          $hash{$1} = $cond[++$i];
         }
 
         push @{$cond->{-and}}, \%hash;