[Bast-commits] r6467 - DBIx-Class/0.08/branches/order_by_refactor
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Sat May 30 17:17:02 GMT 2009
Author: ribasushi
Date: 2009-05-30 17:17:02 +0000 (Sat, 30 May 2009)
New Revision: 6467
Modified:
DBIx-Class/0.08/branches/order_by_refactor/Changes
Log:
Add changes
Modified: DBIx-Class/0.08/branches/order_by_refactor/Changes
===================================================================
--- DBIx-Class/0.08/branches/order_by_refactor/Changes 2009-05-30 17:13:23 UTC (rev 6466)
+++ DBIx-Class/0.08/branches/order_by_refactor/Changes 2009-05-30 17:17:02 UTC (rev 6467)
@@ -1,5 +1,10 @@
Revision history for DBIx::Class
+ - order_by now can take \[$sql, @bind] as in
+ order_by => { -desc => \['colA LIKE ?', 'somestring'] }
+ - SQL::Abstract errors are now properly croak()ed with the
+ correct trace
+
0.08103 2009-05-26 19:50:00 (UTC)
- Multiple $resultset -> count/update/delete fixes. Now any
of these operations will succeed, regardless of the complexity
More information about the Bast-commits
mailing list