X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=00603f2d749f39591bff6ec128096a23384b8764;hb=b6cd6478dc4f3fdf7a4fbee12bb40e2030571fcb;hp=d37450713631bcb3c7f5b919d0334aca675a4de3;hpb=c6d30d5e0e80fb465dc71e0f20de176f35b4261f;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index d374507..00603f2 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,17 @@ Revision history for DBIx::Class - * New Features + * New Features / Changes - Implemented add_unique_constraints() which delegates to add_unique_constraint() as appropriate - add_unique_constraint() now poparly throws if called with multiple constraint definitions - No longer depend on SQL::Abstract::Limit - DBIC has been doing most of the heavy lifting for a while anyway + - FilterColumn now passes data through when transformations + are not specified rather than throwing an exception. + - Use DBIx::Class::Storage::Debug::PrettyPrint when the + environment variable DBIC_TRACE_PROFILE is set, see + DBIx::Class::Storage for more information * Fixes - Fixed rels ending with me breaking subqueried limit realiasing