[Bast-commits] r6012 - in SQL-Abstract/1.x/trunk: . lib/SQL

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Tue Apr 28 22:15:21 GMT 2009


Author: ribasushi
Date: 2009-04-28 23:15:21 +0100 (Tue, 28 Apr 2009)
New Revision: 6012

Modified:
   SQL-Abstract/1.x/trunk/Changes
   SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
Release 1.52

Modified: SQL-Abstract/1.x/trunk/Changes
===================================================================
--- SQL-Abstract/1.x/trunk/Changes	2009-04-28 22:13:08 UTC (rev 6011)
+++ SQL-Abstract/1.x/trunk/Changes	2009-04-28 22:15:21 UTC (rev 6012)
@@ -1,11 +1,15 @@
 Revision history for SQL::Abstract
 
+revision 1.52  2009-04-28 23:14 (UTC)
+----------------------------
     - allow -between to handle [\"", \""] and \["", @bind] 
-    - allow order_by to handle -asc|desc => [qw/colA colB/]
+    - allow order_by to handle -asc|desc => [qw/colA colB/] (artifact from DBIx::Class)
+    - more tests and clearing up of some corner cases
+    - t/10test.t does not run by default (developer only, too cpu intensive)
 
 ----------------------------
 revision 1.51  2009-03-28 10:00 (UTC)
-    - fixed behavior of [-and => ... ] depending on the current 
+    - fixed behavior of [-and => ... ] depending on the current
       condition scope. This introduces backwards comp with 1.24
 
 ----------------------------

Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm	2009-04-28 22:13:08 UTC (rev 6011)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm	2009-04-28 22:15:21 UTC (rev 6012)
@@ -15,7 +15,7 @@
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.51';
+our $VERSION  = '1.52';
 
 # This would confuse some packagers
 #$VERSION      = eval $VERSION; # numify for warning-free dev releases




More information about the Bast-commits mailing list