X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=fabe41dc0d4e10e2e8ee6935e2c4e1b162a7c020;hb=367eaf50970dd3fd223ce5e1f0337703f2a6c70e;hp=6a63e5ba1f2f85d712e353049c3c9e22fec902d5;hpb=02562a2092543488bba4ccd98c39abca72560555;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 6a63e5b..fabe41d 100644 --- a/Changes +++ b/Changes @@ -27,6 +27,8 @@ Revision history for DBIx::Class an underlying search_rs(), as by design these arguments would be used only on the first call to ->related_resultset(), and ignored afterwards. Instead an exception (detailing the fix) is thrown. + - Change func_rs() and as_subselect_rs() to properly ignore list + context (i.e. wantarray). Both were implemented broken from day 1 :/ - Increased checking for the correctness of the is_nullable attribute within the prefetch result parser may highlight previously unknown mismatches between your codebase and data source