[Bast-commits] r6465 - in SQL-Abstract/1.x/trunk: . lib/SQL
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Sat May 30 16:35:47 GMT 2009
Author: ribasushi
Date: 2009-05-30 16:35:46 +0000 (Sat, 30 May 2009)
New Revision: 6465
Modified:
SQL-Abstract/1.x/trunk/Changes
SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
Release 1.56
Modified: SQL-Abstract/1.x/trunk/Changes
===================================================================
--- SQL-Abstract/1.x/trunk/Changes 2009-05-30 15:15:57 UTC (rev 6464)
+++ SQL-Abstract/1.x/trunk/Changes 2009-05-30 16:35:46 UTC (rev 6465)
@@ -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
Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2009-05-30 15:15:57 UTC (rev 6464)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2009-05-30 16:35:46 UTC (rev 6465)
@@ -15,7 +15,7 @@
# GLOBALS
#======================================================================
-our $VERSION = '1.55';
+our $VERSION = '1.56';
# This would confuse some packagers
#$VERSION = eval $VERSION; # numify for warning-free dev releases
More information about the Bast-commits
mailing list