From: Arthur Axel "fREW" Schmidt Date: Thu, 10 Dec 2009 15:04:37 +0000 (+0000) Subject: release 0.08115 X-Git-Tag: v0.08116~99 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3b5769af35e53f0c36c56787dab912064f1d0ce2;p=dbsrgits%2FDBIx-Class.git release 0.08115 --- diff --git a/Changes b/Changes index 213bc91..7db2a7f 100644 --- a/Changes +++ b/Changes @@ -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) diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index f706a64..f6b0705 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -24,7 +24,7 @@ sub component_base_class { 'DBIx::Class' } # 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