X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=313caadbeae147b43b8aecd3ac2d026b9849d079;hb=d2b3ea143e2e86f6502639234db8a403e8ee47f3;hp=e7e7f9dea2a9fad42ca39e216fe604653e9c6f92;hpb=2d9a191d23bbc38995aefa19ae7a59f3333cb67a;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index e7e7f9d..313caad 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,19 @@ Revision history for DBIx::Class + - Added has_column_loaded to Row + - Storage::DBI connect_info supports coderef returning dbh as 1st arg + - add_components() doesn't prepend base when comp. prefixed with + + - $schema->deploy + - HAVING support + - prefetch for has_many + - PK::Auto::* no longer required since Storage::DBI::* handle auto-inc - minor tweak to tests for join edge case - added cascade_copy relationship attribute (sponsored by Airspace Software, http://www.airspace.co.uk/) - clean up set_from_related - made copy() automatically null out auto-inc columns +0.05007 2006-02-24 00:59:00 - tweak to Componentised for Class::C3 0.11 - fixes for auto-inc under MSSQL