On Fri, Jul 10, 2009 at 00:08, A Murka<[email protected]> wrote: [snip] > Do I just have to create a method that does both joins at once? Is a > better way to implement these aggergates?
There is such a thing as putting too much into one query. These queries do very different things. So, just do two queries. Simplify your life. -- Thanks, Rob Kinyon _______________________________________________ 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]
