From: Ash Berlin Date: Fri, 11 Jan 2008 23:45:03 +0000 (+0000) Subject: Merge 'trunk' into 'versioned_enhancements' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eda7bc2a162f98338263f0833b818d8e493079e2;p=dbsrgits%2FDBIx-Class-Historic.git Merge 'trunk' into 'versioned_enhancements' r11889@metis (orig r3897): wreis | 2007-12-11 01:29:51 +0000 minor doc fix r12746@metis (orig r3901): ash | 2007-12-20 11:02:15 +0000 Add proper thaw hooks so schema gets re-attached r13156@metis (orig r3908): perigrin | 2008-01-02 20:52:13 +0000 move dbicadmin to JSON::Any r13157@metis (orig r3909): semifor | 2008-01-02 22:24:23 +0000 Added Storage::DBI subclass for MSSQL auto PK over ODBC. r13158@metis (orig r3910): nothingmuch | 2008-01-03 13:18:36 +0000 failing test for inflate not being triggerred with copy() r13159@metis (orig r3911): nothingmuch | 2008-01-03 13:31:49 +0000 test plan r13160@metis (orig r3912): nothingmuch | 2008-01-03 13:35:20 +0000 introduce set_inflated_columns r13161@metis (orig r3913): nothingmuch | 2008-01-03 13:36:07 +0000 pod coverage for Storage::DBI::ODBC::Microsoft_SQL_Server r13162@metis (orig r3914): nothingmuch | 2008-01-03 13:53:00 +0000 dbicadmin printed even when quiet r13163@metis (orig r3915): nothingmuch | 2008-01-03 13:54:38 +0000 make the dbicadmin test portable to JSON modules that do not support single quotes and bare strings, even on windaz r13164@metis (orig r3916): nothingmuch | 2008-01-03 14:50:52 +0000 changelog r13166@metis (orig r3918): tomboh | 2008-01-07 15:23:15 +0000 Fix class name typo r13173@metis (orig r3925): nigel | 2008-01-11 12:55:17 +0000 Copied documentation for id & discard_charges methods from Pk.pm into Row.pm as few people think to look in Pk.pm. Put reference back to original source. --- eda7bc2a162f98338263f0833b818d8e493079e2 diff --cc Changes index 8f1ceaa,3832053..62fc9e2 --- a/Changes +++ b/Changes @@@ -1,7 -1,11 +1,13 @@@ Revision history for DBIx::Class ++ + - 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. + - Moved dbicadmin to JSON::Any wrapped JSON.pm for a sane API + - introduced DBIx::Class::set_inflated_columns + - DBIx::Class::Row::copy uses set_inflated_columns + - Versioning refactored - - Row::insert will now not fall over if passed duplicate related objects 0.08008 2007-11-16 14:30:00 - Fixed join merging bug (test from Zby)