Release 1.56
Peter Rabbitson [Sat, 30 May 2009 16:35:46 +0000 (16:35 +0000)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index e1c4dff..1d37352 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for SQL::Abstract
 
+revision 1.56  2009-05-30 16:31 (UTC)
+----------------------------
+    - support for \[$sql, @bind] in order_by clauses e.g.:
+      { -desc => \['colA LIKE ?', 'somestring'] }
+
 revision 1.55  2009-05-17 22:54 (UTC)
 ----------------------------
     - make sure that sql generation does not mutate the supplied
index 7a6748e..d7eddfb 100644 (file)
@@ -15,7 +15,7 @@ use Scalar::Util qw/blessed/;
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.55';
+our $VERSION  = '1.56';
 
 # This would confuse some packagers
 #$VERSION      = eval $VERSION; # numify for warning-free dev releases