X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=aa72508399b92ead478475fc41488a60c6785910;hb=8a89a03cad87b903e938825ec45b6b2c48db53c5;hp=615e344e9fbfceefb3acf4498686cdba3280e707;hpb=ba4a645371fc328eb33fb947333423f753378245;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 615e344..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.) @@ -12,6 +15,7 @@ Revision history for DBIx::Class class; requires Class::Accessor::Grouped 0.05002+ - added 97result_class.t test, failing ATM - added get_inflated_columns to Row + - %colinfo accessor and inflate_column now work together 0.07006 2007-04-17 23:18:00 - Lots of documentation updates