From: Ian Wells Date: Wed, 15 Jul 2009 16:55:35 +0000 (+0000) Subject: Added SQLA link for more comprehensive documentation of order_by options available X-Git-Tag: v0.08109~78 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=be2beaa4452681ce7e89aa5f662e7287fffcff51;p=dbsrgits%2FDBIx-Class.git Added SQLA link for more comprehensive documentation of order_by options available --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index aeb6eca..ed1cdc0 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -3090,10 +3090,15 @@ These are in no particular order: =back -Which column(s) to order the results by. If a single column name, or -an arrayref of names is supplied, the argument is passed through -directly to SQL. The hashref syntax allows for connection-agnostic -specification of ordering direction: +Which column(s) to order the results by. + +[The full list of suitable values is documented in +L; the following is a summary of +common options.] + +If a single column name, or an arrayref of names is supplied, the +argument is passed through directly to SQL. The hashref syntax allows +for connection-agnostic specification of ordering direction: For descending order: