[Dbix-class] DBIx::Class 0.07999_05 (aka 0.08 RC2) released

Brandon Black blblack at gmail.com
Sun Jun 10 15:13:01 GMT 2007


On 6/10/07, Brandon Black <blblack at gmail.com> 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



More information about the Dbix-class mailing list