From: Matt S Trout Date: Tue, 29 May 2007 01:47:07 +0000 (+0000) Subject: update for 07999_03 X-Git-Tag: v0.08010~150^2~47 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f80f8e2fe165ff27e815c1fc31b8fcef8aac1959;hp=353b0c3d4fafcab32177f034fc4a0767c82e7976;p=dbsrgits%2FDBIx-Class.git update for 07999_03 --- diff --git a/Changes b/Changes index cff1189..aa72508 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for DBIx::Class + - rewritten collapse_result to fix prefetch + - moved populate to resultset + - added support for creation of related rows via insert and populate - Added Oracle/WhereJoins.pm for Oracle >= 8 to support Oracle <= 9i, and provide Oracle with a better join method for later versions. (I use the term better loosely.) diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index c162cd5..6032700 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -18,7 +18,7 @@ sub component_base_class { 'DBIx::Class' } # 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.07999_02'; +$VERSION = '0.07999_03'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_;