Rewrite handling of "storage-side old values" both for PK/ident and for
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 5 Jun 2011 05:29:42 +0000 (07:29 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Sun, 5 Jun 2011 12:30:03 +0000 (14:30 +0200)
commit5ef76b8b1094769245360ff8bf800fbde46119e6
tree8226edc2ce796978001763cd02d816dcb385101e
parent3b4e619d1ce312f5d7492c898cc4e30eeb33bccc
Rewrite handling of "storage-side old values" both for PK/ident and for
Ordered position/grouping

Massive code simplification, also opens the door to vastly simplifying
(and optimizing) DBIx::Class::Helper::Row::StorageValues, as only
differing values are kept by the core
Changes
lib/DBIx/Class/Ordered.pm
lib/DBIx/Class/PK.pm
lib/DBIx/Class/Row.pm
t/87ordered.t