X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c572153b9cfc54781b6b67a4893f706bf2e752e9;hb=e3d0ecce867a4a9484807bef45489f7f9fd89bc5;hp=d806c8cb05f26385d41c95877148258c4485b55c;hpb=1569814a5d8420f9903a8125a1d32d7fef809c50;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index d806c8c..c572153 100644 --- a/Changes +++ b/Changes @@ -1,20 +1,28 @@ Revision history for DBIx::Class + - Fixed t/60core.t in the absence of DateTime::Format::MySQL + +0.07999_04 2007-06-01 14:04:00 + - pulled in Replication storage from branch and marked EXPERIMENTAL + - fixup to ensure join always LEFT after first LEFT join depthwise + - 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 + - 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.) - - select et al weren't properly detecing when the server connection - had timed out when not in a transaction - The SQL::T parser class now respects a relationship attribute of is_foreign_key_constrain to allow explicit control over wether or not a foreign constraint is needed - resultset_class/result_class now (again) auto loads the specified 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 - More documentation updates