Release 1.52
Peter Rabbitson [Tue, 28 Apr 2009 22:15:21 +0000 (22:15 +0000)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index 2a45c77..fe948f0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
 
 ----------------------------
index 399bfe8..b0acab4 100644 (file)
@@ -15,7 +15,7 @@ use Scalar::Util qw/blessed/;
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.51';
+our $VERSION  = '1.52';
 
 # This would confuse some packagers
 #$VERSION      = eval $VERSION; # numify for warning-free dev releases