Throw away the error prone _strip_cond_qualifiers
authorPeter Rabbitson <ribasushi@cpan.org>
Mon, 2 May 2011 11:36:18 +0000 (13:36 +0200)
committerArthur Axel 'fREW' Schmidt <frioux@gmail.com>
Mon, 2 May 2011 14:49:57 +0000 (09:49 -0500)
commite39f188a9633a5f36768c806ebdb8b663d0a5809
tree74660855d56cc882d89e6d9900b2b838f5a13771
parentf7f53a894c479aa594b9082ee461568fab8a81f3
Throw away the error prone _strip_cond_qualifiers

Review of 61f031bf made it clear that in order to make this work properly
pretty much the entire sqla logic will need to be replicated. So instead
the hacky approach was taken to abuse a botched version of SQLA which
is guaranteed to parse its own command tree correctly :)
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/SQLMaker.pm
lib/DBIx/Class/Storage/DBIHacks.pm