Remove needless inflate in Ordered
Peter Rabbitson [Wed, 12 Aug 2009 14:11:24 +0000 (14:11 +0000)]
lib/DBIx/Class/Ordered.pm

index ed726de..59162bb 100644 (file)
@@ -564,7 +564,7 @@ sub update {
     # these steps are necessary to keep the external appearance of
     # ->update($upd) so that other things overloading update() will
     # work properly
-    my %original_values = $self->get_inflated_columns;
+    my %original_values = $self->get_columns;
     my %existing_changes = $self->get_dirty_columns;
 
     # See if any of the *supplied* changes would affect the ordering