From: Peter Rabbitson Date: Wed, 9 Dec 2009 01:40:51 +0000 (+0000) Subject: Fix comment X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c90e7ace42311c22200ca01ecc7572f764f790a5;p=dbsrgits%2FDBIx-Class-Historic.git Fix comment --- 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/};