X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6ddd10afc78e9eaef47d675e75f09aa426f21a54;hb=b72339859f39a365be6dd5cc025ab763e9a935d3;hp=8da3ec554afaf53f7c761554e7e097653973e09c;hpb=f3e9f0106fd3a446938e1a981704278922fcab2d;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 8da3ec5..6ddd10a 100644 --- a/Changes +++ b/Changes @@ -30,6 +30,10 @@ Revision history for DBIx::Class due to badly-written handlers (the mechanism was never meant to be able to suppress exceptions) - Fixed rels ending with me breaking subqueried limit realiasing + - Fixed $rs->update/delete on resutsets constrained by an + -or condition + - Remove rogue GROUP BY on non-multiplying prefetch-induced + subqueries - Oracle sequence detection now *really* works across schemas (fixed some ommissions from 0.08123) - dbicadmin now uses a /usr/bin/env shebang to work better with @@ -58,6 +62,9 @@ Revision history for DBIx::Class on DateTime::Format::Pg (RT#61503) - Fix dirtyness detection on source-less objects - Fix incorrect limit_dialect assignment on Replicated pool members + - Fix invalid sql on relationship attr order_by with prefetch + - Fix primary key sequence detection for Oracle + (first trigger instead of trigger for column) * Misc - Refactored capability handling in Storage::DBI, allows for