X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=4d54a760bdd7914e1927195ef7e0b709e8a1e8c5;hb=1b6fe47d369e84831a8a881813a53cca68694e72;hp=d1bd0797f7d7f67aeae2ed39062e596661969610;hpb=4c2b30d6e53cd05e570ad112e87ad6f96355f695;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index d1bd079..4d54a76 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,8 @@ Revision history for DBIx::Class - Add full INSERT...RETURNING support for Oracle - Deprecate use of -nest in search conditions (warn once per callsite) + - Deprecate the completely useless DBIx::Class::Serialize::Storable + result component * Fixes - Fixed read-only attribute set attempt in ::Storage::Replicated @@ -33,6 +35,10 @@ Revision history for DBIx::Class - Missing dependency check in t/60core.t (RT#62635) - Fix regressions in IC::DT registration logic - Fix regression in select-associated bind value handling (RT#61025) + - Simplify SQL generated by some LIMITed prefetching queries + - Throw an exception when a required group_by on a complex prefetch + can not be auto-constructed, instead of continuing to eventually + produce invalid SQL - Fix infinite loops on old perls with a recent Try::Tiny - Improve "fork()" on Win32 by reimplementing a more robust DBIC thread support (still problematic, pending a DBI fix)