X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI.pm;h=c337b5d0edcc94b80af221aaf85215d23fd9f719;hb=c90e7ace42311c22200ca01ecc7572f764f790a5;hp=08f2619d78ab65a8019acb8596577189d569b449;hpb=1719155906e765a64658b95209f15fbbade63bd3;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI.pm b/lib/DBIx/Class/Storage/DBI.pm index 08f2619..c337b5d 100644 --- a/lib/DBIx/Class/Storage/DBI.pm +++ b/lib/DBIx/Class/Storage/DBI.pm @@ -1788,7 +1788,7 @@ sub _select_args { && scalar $sql_maker->_order_by_chunks ($attrs->{order_by}) ) { - # the two limit dialects above mangle the SQL such that the join gets lost + # the RNO limit dialect above mangles the SQL such that the join gets lost # wrap a subquery here push @limit, delete @{$attrs}{qw/rows offset/};