From: Ash Berlin Date: Wed, 30 Jan 2008 16:27:24 +0000 (+0000) Subject: Merge 'trunk' into 'versioned_enhancements' X-Git-Tag: v0.08240~545^2~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77f11644be3fa8b60382c752bf8d39d29ec79465;p=dbsrgits%2FDBIx-Class.git Merge 'trunk' into 'versioned_enhancements' r13312@proteus (orig r3942): schwern | 2008-01-16 10:25:36 +0000 Declare dep on JSON::Any rather than JSON. No reason JSON::Any should prefer JSON.pm over it's default ordering. r13313@proteus (orig r3943): schwern | 2008-01-16 10:26:26 +0000 And fix the check in the dbicadmin test to look for JSON::Any. r13867@proteus (orig r3954): matthewt | 2008-01-18 13:03:08 +0000 added strict and warnings to HashRefInflator, fixed inflation for empty has_many rels r13868@proteus (orig r3955): matthewt | 2008-01-20 12:28:55 +0000 made search_rs smarter about when to preserve the cache to fix mm prefetch usage r13878@proteus (orig r3965): semifor | 2008-01-22 15:13:11 +0000 Added build_datetime_parser method for MSSQL over ODBC. r13883@proteus (orig r3970): castaway | 2008-01-24 13:19:52 +0000 Oops, fix joining manual to be correct r13884@proteus (orig r3971): castaway | 2008-01-24 23:22:49 +0000 Version 0.08009 r13885@proteus (orig r3972): castaway | 2008-01-24 23:36:59 +0000 0.08009 released r13888@proteus (orig r3975): tomboh | 2008-01-25 17:20:38 +0000 Fix a typo and a couple of links. --- 77f11644be3fa8b60382c752bf8d39d29ec79465 diff --cc Changes index 62fc9e2,624473b..387c290 --- a/Changes +++ b/Changes @@@ -1,6 -1,8 +1,10 @@@ Revision history for DBIx::Class ++ - Versioning refactored + + 0.08009 2008-01-20 13:30 + - Made search_rs smarter about when to preserve the cache to fix + mm prefetch usage - Added Storage::DBI subclass for MSSQL over ODBC. - Added freeze, thaw and dclone methods to Schema so that thawed objects will get re-attached to the schema.