Fix complex limits with subqueries in selectors
authorArthur Axel 'fREW' Schmidt <frioux@gmail.com>
Fri, 8 Apr 2011 16:02:43 +0000 (11:02 -0500)
committerPeter Rabbitson <ribasushi@cpan.org>
Tue, 12 Apr 2011 19:07:06 +0000 (21:07 +0200)
commit69d3c2708f5564ce38d5878fa694b04f6740cde0
tree8e6778ea11a0c0cc5becd688c8ddb85cbdb34798
parentf7e5fd18a414d3e3a29dbfb68039fc50b452f2ce
Fix complex limits with subqueries in selectors

(fix both incorrect splitting of the selector list and duplication of binds)
Changes
lib/DBIx/Class/SQLMaker/LimitDialects.pm
t/sqlmaker/limit_dialects/rno.t
t/sqlmaker/limit_dialects/rownum.t
t/sqlmaker/limit_dialects/toplimit.t