[Bast-commits] r3431 - in branches/DBIx-Class-current: . lib/DBIx
matthewt at dev.catalyst.perl.org
matthewt at dev.catalyst.perl.org
Tue May 29 02:47:08 GMT 2007
Author: matthewt
Date: 2007-05-29 02:47:07 +0100 (Tue, 29 May 2007)
New Revision: 3431
Modified:
branches/DBIx-Class-current/Changes
branches/DBIx-Class-current/lib/DBIx/Class.pm
Log:
update for 07999_03
Modified: branches/DBIx-Class-current/Changes
===================================================================
--- branches/DBIx-Class-current/Changes 2007-05-29 01:19:11 UTC (rev 3430)
+++ branches/DBIx-Class-current/Changes 2007-05-29 01:47:07 UTC (rev 3431)
@@ -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.)
Modified: branches/DBIx-Class-current/lib/DBIx/Class.pm
===================================================================
--- branches/DBIx-Class-current/lib/DBIx/Class.pm 2007-05-29 01:19:11 UTC (rev 3430)
+++ branches/DBIx-Class-current/lib/DBIx/Class.pm 2007-05-29 01:47:07 UTC (rev 3431)
@@ -18,7 +18,7 @@
# 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, at attrs) = @_;
More information about the Bast-commits
mailing list