X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=fc72d6b4c618e4ee235d2e379e75285b28b031a4;hb=57e9c142d79b612040929c7038b42a8d8bba78df;hp=9932b085fda974ec57287d4883c5c2742979e277;hpb=2f76badbb87380ab8ab6a50d86f61e2d10c4c7e1;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 9932b08..fc72d6b 100644 --- a/Changes +++ b/Changes @@ -21,6 +21,9 @@ Revision history for DBIx::Class - Fix on_connect_* not always firing in some cases - a race condition existed between storage accessor setters and the determine_driver routines, triggering a connection before the set-cycle is finished + - Fix collapse being ignored on single-origin selection (RT#95658) + - Fix incorrect behavior on custom result_class inflators altering + the amount of returned results - Fix failure to detect stable order criteria when in iterator mode of a has_many prefetch off a search_related chain - Prevent erroneous database hit when accessing prefetched related @@ -36,6 +39,7 @@ Revision history for DBIx::Class up by create() and populate() - Ensure definitive condition extractor handles bizarre corner cases without bombing out (RT#93244) + - Fix set_column on non-native (+columns) selections (RT#86685) - Fix set_inflated_column incorrectly handling \[] literals (GH#44) - Ensure that setting a column to a literal invariably marks it dirty - Work around exception objects with broken string overloading in one