X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9bdf1b99bba7dce1272033251498915e7f1edebd;hb=6ffb5be522e752ea1ad2a99d36648535fe30a43b;hp=e061f5b76f215237060d85fbe49636d219043f85;hpb=46e316fd5f510ce7ce79a4b1e15eaa378db7de2f;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index e061f5b..9bdf1b9 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ Revision history for DBIx::Class + - Add DBIC_MULTICREATE_DEBUG env var (undocumented, quasi-internal) + - Fix up multi-create to: + - correctly propagate columns loaded during multi-insert of rels + - not try and insert things tagged on via new_related unless required - Possible to set locale in IC::DateTime extra => {} config - Calling the accessor of a belongs_to when the foreign_key was NULL and the row was not stored would unexpectedly fail (groditi)