X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;fp=Changes;h=28d023984d892a911b9bcc2cc270f793a180107b;hb=5d9c76e106f9ac8929bf1dddeeb157bed8d404ac;hp=2365696ee5cd70cd216134418f910ea58ac31b0a;hpb=6fcb140902e61d127e0e545b6e1f4782abb22cac;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 2365696..28d0239 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for DBIx::Class + - Remove the recommends from Makefile.PL, DBIx::Class is not + supposed to have optional dependencies. ever. + - Mangle the DBIx/Class.pm POD to be more clear about + copyright and license + - Put back PG's multiple autoinc per table support, accidentally + dropped during the serial-autodetection rwrite + - Make sure ResultSetColumn does not depend on the (undefined) + return value of ->cursor->reset() + - Add single() to ResultSetColumn (same semantics as ResultSet) + - Make sure to turn off IDENTITY_INSERT after insert() on MSSQL + tables that needed it + - More informative exception on failing _resolve_relationship + - Fix unreported rollback exceptions in TxnScopeGuard - Complete Sybase RDBMS support including: - Support for TEXT/IMAGE columns - Support for the 'money' datatype