X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=fe948f00e02c529c85c916127ef7398263583042;hb=e965ac5d9ebf60319ec3b2c9bc3aba8dc47c042d;hp=2a45c7731437965356b18780ddafaa4b52f1b4ef;hpb=e96c510a9e5b209f8211c3af2f9418d4a0fd0fd3;p=scpubgit%2FQ-Branch.git diff --git a/Changes b/Changes index 2a45c77..fe948f0 100644 --- 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 ----------------------------