X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a5d4473bc2b5902fb907b9ef4c7932a1f7c4394e;hb=59f27fc338728ada2cc29e392412720ccea4fb3a;hp=0faba324e25d9fdb697945caf345e534681e239c;hpb=7755a91d0b45594f948d6b09cf7dc1fdad9b8a90;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 0faba32..a5d4473 100644 --- a/Changes +++ b/Changes @@ -1,13 +1,23 @@ Revision history for DBIx::Class +0.08111 2009-09-06 21:58:00 (UTC) - The hashref to connection_info now accepts a 'dbh_maker' coderef, allowing better intergration with Catalyst - Fixed a complex prefetch + regular join regression introduced in 0.08108 + - Fixed insert_bulk rebless handling + - Fixed Storable roundtrip regression, and general serialization + cleanup - SQLT related fixes: - sqlt_type is now called on the correct storage object - - hooks can now see the correct producer_type - - POD improvements + - hooks can now see the correct producer_type (RT#47891) + - optional SQLT requirements for e.g. deploy() bumped to 0.11002 + - Really fixed (and greatly cleaned up) postgresql autoinc sequence + autodetection + - Automatically detect MySQL v3 and use INNER JOIN instead of JOIN + - POD improvements (including RT#48769) + - Test suite tweaks (including fixes for recent CPANTS fails) + - Better support for MSSQL IDENTITY_INSERT ON 0.08109 2009-08-18 08:35:00 (UTC) - Replication updates: