Store the final calculated select args in the original $rs
authorPeter Rabbitson <ribasushi@cpan.org>
Fri, 19 Apr 2013 08:21:14 +0000 (10:21 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Fri, 19 Apr 2013 11:50:48 +0000 (13:50 +0200)
commit975b573aff1f568f24951ca574fc636de396e506
tree0b3821409c398263527fb4fae576ab5457187938
parent5b3090637dc0ea8949627267561820b43ff8e1cb
Store the final calculated select args in the original $rs

This is extremely ugly and ineffective, but we need it for some sanity checks
so that 0.08250 can ship. The whole thing needs to be reworked with a new
rsattrs instance, but that's another battle
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/Storage/DBI.pm
lib/DBIx/Class/Storage/DBIHacks.pm