X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ab49735561503ff850bd8b0f41893687d7a94a50;hb=08eba48c6e6671c4f686e3f1885fa9c049b10df1;hp=9cc1d49136a979aa9f62eee62d4acc9ef32db629;hpb=7411a51d00e95faf27cddde9abcf502bb94a7bc9;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 9cc1d49..ab49735 100644 --- a/Changes +++ b/Changes @@ -9,6 +9,9 @@ Revision history for DBIx::Class - Fix updating multiple CLOB/BLOB columns on Oracle - Fix exception on complex update/delete under a replicated setup http://lists.scsys.co.uk/pipermail/dbix-class/2015-January/011903.html + - Fix uninitialized warnings on empty hashes passed to join/prefetch + https://github.com/vanstyn/RapidApp/commit/6f41f6e48 and + http://lists.scsys.co.uk/pipermail/dbix-class/2015-February/011921.html - Fix hang in t/72pg.t when run against DBD::Pg 3.5.0. The ping() implementation changes due to RT#100648 made an alarm() based timeout lock-prone.