[Bast-commits] r8063 - in DBIx-Class/0.08/trunk: . lib/DBIx

frew at dev.catalyst.perl.org frew at dev.catalyst.perl.org
Thu Dec 10 15:04:38 GMT 2009


Author: frew
Date: 2009-12-10 15:04:37 +0000 (Thu, 10 Dec 2009)
New Revision: 8063

Modified:
   DBIx-Class/0.08/trunk/Changes
   DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
Log:
release 0.08115

Modified: DBIx-Class/0.08/trunk/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes	2009-12-10 08:53:38 UTC (rev 8062)
+++ DBIx-Class/0.08/trunk/Changes	2009-12-10 15:04:37 UTC (rev 8063)
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08115 2009-12-10 09:02:00 (CST)
         - Real limit/offset support for MSSQL server (via Row_Number)
         - Fix distinct => 1 with non-selecting order_by (the columns
           in order_by also need to be aded to the resulting group_by)

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class.pm	2009-12-10 08:53:38 UTC (rev 8062)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class.pm	2009-12-10 15:04:37 UTC (rev 8063)
@@ -24,7 +24,7 @@
 # Always remember to do all digits for the version even if they're 0
 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
 # brain damage and presumably various other packaging systems too
-$VERSION = '0.08114';
+$VERSION = '0.08115';
 
 $VERSION = eval $VERSION; # numify for warning-free dev releases
 




More information about the Bast-commits mailing list