From: Brandon L. Black Date: Thu, 31 May 2007 17:55:12 +0000 (+0000) Subject: Changes synced up X-Git-Tag: v0.08010~150^2~38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f217eaabca751e36c41cf41f54f4723e4be12e52;p=dbsrgits%2FDBIx-Class.git Changes synced up --- diff --git a/Changes b/Changes index ffc3639..680d597 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,16 @@ Revision history for DBIx::Class + - converted the vendor tests to use schema objects intead of schema + classes, made cleaned more reliable with END blocks - versioning support via DBIx::Class::Schema::Versioned + - added get_inflated_columns to Row + - find/next now return undef rather than () on fail from Bernhard Graf - rewritten collapse_result to fix prefetch - moved populate to resultset - added support for creation of related rows via insert and populate + - transaction support more robust now in the face of varying AutoCommit + and manual txn_begin usage + - unbreak back-compat for Row/ResultSet->new_result - 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.)