On 6/10/07, Brandon Black <[EMAIL PROTECTED]> wrote:
So basically, I'm interpreting it as if it were implemented with a true subselect, but then optimizing it down to a single set of orderby/limit/offset (which afaics, is always mathematically possible and correct).
Actually that isn't entirely true. I'm interpreting page/row like subselects would, but obviously I'm interpreting order_by in a more sane manner (as true subselects would have led to ambiguous ordering in both of the examples), but I think it's sane. -- Brandon _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
