Merge 'trunk' into 'DBIx-Class-current'
authorDavid Kamholz <dkamholz@cpan.org>
Wed, 22 Nov 2006 22:10:30 +0000 (22:10 +0000)
committerDavid Kamholz <dkamholz@cpan.org>
Wed, 22 Nov 2006 22:10:30 +0000 (22:10 +0000)
commit0bb46562b84c1f4e97b40212e7dd8241e4a76f44
tree0e78d653a3f83ac86c3c957e133365972c9e68e4
parent5441338249203196726032f74ab7a3fe4f385974
parent627cf2cd6a195d15e0dd7e70227e24da0aa92abe
Merge 'trunk' into 'DBIx-Class-current'

r18925@haferschleim (orig r2919):  ningu | 2006-11-21 22:44:26 -0800
- slight optimization to ident_condition in PK.pm
- get ident_cond in update() before applying arguments, so a column's pk can be updated
r18926@haferschleim (orig r2920):  ningu | 2006-11-21 22:54:10 -0800
revert update() change
r18953@haferschleim (orig r2922):  ningu | 2006-11-22 12:12:43 -0800
re-commit minimal pk-mutation in update(), with test
r18956@haferschleim (orig r2924):  ningu | 2006-11-22 14:09:07 -0800
add shallow copy of $attrs in ResultSet->new
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/Row.pm