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.
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.