X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=cef5fe3e75a6dc479a7426bd9462c0750aeb4117;hb=560978e22520434c67eebb2de72f0e571e47ee40;hp=16f225122a34a50034f70fd50d0737377484a09c;hpb=318e3d94c5332d5af335706b26fc5b6f6fc5c703;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 16f2251..cef5fe3 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,8 @@ Revision history for DBIx::Class - Fix update/delete operations on resultsets *joining* the updated table failing on MySQL. Resolves oversights in the fixes for RT#81378 and RT#81897 + - Stop erroneously considering order_by criteria from a join under + distinct => 1 (the distinct should apply to the main source only) - Even more robust behavior of GenericSubQuery limit dialect - Stop Sybase ASE storage from generating invalid SQL in subselects when a limit without offset is encountered