X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=547e8cb021275b8f5c3e7909ccada396037d70d9;hb=people%2Filmari%2Foracle-deferred-constraints;hp=cb3f5be755b9abdd9957ed8ac0cd39092d35bd2f;hpb=2c2bc4e58c2146670960fc1a0a2ae802cb650506;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index cb3f5be..547e8cb 100644 --- a/Changes +++ b/Changes @@ -2,13 +2,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 * Misc - Speed up skipping CDBICompat tests when dependencies are missing - Avoid loading DBICTest::Schema unnecessarily in tests that are being skipped -0.082800 2014-09-25 14:45 (UTC) +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