A more robust column equality extractor
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 14 Sep 2014 18:41:55 +0000 (20:41 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Mon, 15 Sep 2014 12:15:42 +0000 (14:15 +0200)
commit21621fe4565697ead298e6829425dc0e9e5ba816
treed7b2c72bc33a0a4a5878c6aed12952386ebfca72
parent139e7991dd0542b926ad9cac8de3711e4c716e13
A more robust column equality extractor

It is a mistake to reach into $ret->{condition} - it may very well be a
non-hash structure. Also replace the silly regexping with the (already
regexed out) results of the info resolver
lib/DBIx/Class/ResultSource.pm