diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 9741efb0..08784f1d 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -2912,6 +2912,9 @@ or an array of either of the two previous forms. Examples: | \'colA DESC' | ORDER BY colA DESC | + \[ 'FUNC(colA, ?)', $x ] | ORDER BY FUNC(colA, ?) + | /* ...with $x bound to ? */ + | 'colA' | ORDER BY colA | [qw/colA colB/] | ORDER BY colA, colB