X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSet.pm;h=22e9129b429cfa3369185d2c4461260e5b1f997e;hp=f240e8bc019d006bc7f0eea968139427e5d415c2;hb=eaefb953638f736ee8988251bf8cfc8bedad2563;hpb=ebc77b538ae411ffc5a5e6451eded2f5d999f2cb diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index f240e8b..22e9129 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -1261,6 +1261,8 @@ overview of them: =item Value: ($order_by | \@order_by) +=back + Which column(s) to order the results by. This is currently passed through directly to SQL, so you can give e.g. C for a descending order on the column `year'.