Merge 'trunk' into 'versioned_enhancements'
authorAsh Berlin <ash_github@firemirror.com>
Fri, 11 Jan 2008 23:45:03 +0000 (23:45 +0000)
committerAsh Berlin <ash_github@firemirror.com>
Fri, 11 Jan 2008 23:45:03 +0000 (23:45 +0000)
commiteda7bc2a162f98338263f0833b818d8e493079e2
treef5ca81caea17d9dfa490c21c0876434b6fe32786
parentad1446da81fb41c67d0b19ebbb00d0ae328233d1
parent33cf66162eaf342c26916fcd5987393d5ce1de72
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.
Changes