On Fri, Jun 20, 2008 at 08:36:07AM +0800, Christopher Davaz wrote: > Yes I also noticed this and wrote a test for it. I am not a DBIC > developer but I will take a shot at patching this in the near future > (unless one of the devs do it first).
The only way to fix it will be to roll the query into a subselect - i.e. (SELECT <original query> LIMIT 20) me JOIN <prefetch> which needs a refactored SQL::Abstract. If you fancy helping with that, Guillermo Roditi has made a start in http://dev.catalyst.perl.org/repos/bast/SQL-Abstract/1.x/branches/cleanup -- Matt S Trout Need help with your Catalyst or DBIx::Class project? Technical Director http://www.shadowcat.co.uk/catalyst/ Shadowcat Systems Ltd. Want a managed development or deployment platform? http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/ _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]
