X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a65fd890022c9a759f167d0ce76dd649c30f8a9a;hb=f8135512c346d8cb6f3dc569f4bb11576e85f97b;hp=d75824caa2da4c4b4c24b837ef6f09c531ce2eda;hpb=236b59c817665c1168a0eeee0562ed1e2df68e39;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index d75824c..a65fd89 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,14 @@ Revision history for DBIx::Class * Fixes - - Fix $rs->create() with no values on Oracle + - Silence with_deferred_fk_checks() warning on PostgreSQL 9.4 -0.082800 2014-09-25 14:45 (UTC) + * Misc + - Speed up skipping CDBICompat tests when dependencies are missing + - Avoid loading DBICTest::Schema unnecessarily in tests that + are being skipped + +0.082801 2014-10-05 23:55 (UTC) * Known Issues - Passing large amounts of objects with stringification overload directly to DBIx::Class may result in strange action at a distance