X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=4a114eb3f9c4e5bc0760b70c5fb0555611e88b4a;hb=c89815db08bb4cc35d69efefa8a27bf71ae13142;hp=8bd0118f3e03940693148659925426959e2aeaa1;hpb=0eb27426ceda801e6e872dc09eba34833fc0aaf0;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 8bd0118..4a114eb 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,9 @@ Revision history for DBIx::Class - Classes submitted as result_class for a resultsource are now automatically loaded via ensure_loaded() - 'result_class' resultset attribute, identical to result_class() + - add 'any_null_means_no_value' option for relationship accessors of + type 'single'. This will prevent DBIC from querying the database + if one or more of the key columns IS NULL. Tests + docs (groditi) 0.08099_05 2008-10-30 21:30:00 (UTC) - Rewritte of Storage::DBI::connect_info(), extended with an