X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=082475a3502b3f42e847a9ce7b921a4eaacbb177;hb=7f95ea9928d36f9bd41f3c3f45fcb84a62f35577;hp=238c203883f1e947d2819fa3fa1fcd540f32112c;hpb=c4c7254dc23f98ec5ea80fd44c37d8dbe6f6783d;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 238c203..082475a 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,8 @@ Revision history for DBIx::Class - Protect destructors from rare but possible double execution, and loudly warn the user whenever the problem is encountered (GH#63) - 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 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.