X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c95b8dfb5012caa04f2c2a6cc2999659e501b00f;hb=289ba852733fc488dc43cd474f47780f7fa1771e;hp=4b929a682b90c12ec3cdc52ebcef7be6165ef9cb;hpb=aa5624077a0da8763f3482b5912c45e97b4214f8;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 4b929a6..c95b8df 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,27 @@ Revision history for DBIx::Class + - removed cdbi-t dependencies, only run tests if installed + - Removed DBIx::Class::Exception + - unified throw_exception stuff, using Carp::Clan + - report query when sth generation fails. + - multi-step prefetch! + - inheritance fixes + - test tweaks + +0.04999_04 2006-01-24 21:48:21 + - more documentation improvements + - add columns_info_for for vendor-specific column info (Zbigniew Lukasiak) + - add SQL::Translator::Producer for DBIx::Class table classes (Jess Robinson) + - add unique constraint declaration (Daniel Westermann-Clark) + - add new update_or_create method (Daniel Westermann-Clark) + - rename ResultSetInstance class to ResultSetProxy, ResultSourceInstance + to ResultSourceProxy, and TableInstance to ResultSourceProxy::Table + - minor fixes to UUIDColumns + - add debugfh method and ENV magic for tracing SQL (Nigel Metheringham) + 0.04999_03 2006-01-20 06:05:27 - - Imported Jess Robinson's SQL::Translator::Parser::DBIx::Class - - Lots of internals cleanup to eliminate result_source_instance requirement + - imported Jess Robinson's SQL::Translator::Parser::DBIx::Class + - lots of internals cleanup to eliminate result_source_instance requirement - added register_column and register_relationship class APIs - made Storage::DBI use prepare_cached safely (thanks to Tim Bunce) - many documentation improvements (thanks guys!)