projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bf82379
)
Whoops, missed a line
Peter Rabbitson [Sun, 9 Aug 2009 14:17:03 +0000 (14:17 +0000)]
lib/DBIx/Class/Ordered.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Ordered.pm
b/lib/DBIx/Class/Ordered.pm
index
be06d3b
..
ed726de
100644
(file)
--- a/
lib/DBIx/Class/Ordered.pm
+++ b/
lib/DBIx/Class/Ordered.pm
@@
-471,6
+471,7
@@
sub move_to_group {
my @original_values = $cursor->next;
$self->set_inflated_columns ({ %values, map { $_ => shift @original_values } (@dirty_cols) });
+ delete $self->{_dirty_columns}{$_} for (@dirty_cols);
}
if ($self->_is_in_group ($to_group) ) {