X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSQLAHacks.pm;h=0494a6a75347324b9ee00c27b7eaedfcae627afa;hb=893403c81741764c51e7cfff69a24d427d083c33;hp=00345c45fb1c0d197852c4b5cf7c6f99f4eff315;hpb=329d7385956628f5c4371fa0da86cef01852f135;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/SQLAHacks.pm b/lib/DBIx/Class/SQLAHacks.pm index 00345c4..0494a6a 100644 --- a/lib/DBIx/Class/SQLAHacks.pm +++ b/lib/DBIx/Class/SQLAHacks.pm @@ -213,7 +213,7 @@ sub _Top { my $req_order = $order->{order_by}; my $limit_order = - scalar $self->_order_by_chunks ($req_order) # exaime normalized version, collapses nesting + scalar $self->_order_by_chunks ($req_order) # examine normalized version, collapses nesting ? $req_order : $order->{_virtual_order_by} ;