Just the column name, please.
[dbsrgits/DBIx-Class.git] / 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;