A little cleanup of ->id callsites (incomplete)
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 29 Jul 2014 02:17:04 +0000 (04:17 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Tue, 29 Jul 2014 02:17:08 +0000 (04:17 +0200)
commit2053211a210d15dbb7e354390b294955e9d591a2
tree3db9d7b04c2c5e7f794ed7bd77dfec8786852eb5
parent7ed4b48f691b78a3d832266d3a253a4d5c6a4837
A little cleanup of ->id callsites (incomplete)

This is just to stave off an unlikely but possible 'id' colname masking a
multicol PK

The real workaround is to do something akin to Moose's ->meta, but that's
another battle.
lib/DBIx/Class.pm
lib/DBIx/Class/InflateColumn/File.pm
lib/DBIx/Class/PK.pm
lib/DBIx/Class/Row.pm
t/82cascade_copy.t
t/lib/DBICTest/Schema/CD.pm
t/lib/DBICTest/Schema/TwoKeys.pm