X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0dc66eb8fccdc4a07a713cf5e1bbb16b981240b2;hb=6ddb4ac0da84a99b4e563a8c828dd3dc25a0aa11;hp=3139ec318d4d4e889710fd5b37351b344738d6f8;hpb=cd1228209f685767668163c2510723959951641b;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 3139ec3..0dc66eb 100644 --- a/Changes +++ b/Changes @@ -2,8 +2,12 @@ Revision history for DBIx::Class * Fixes - Fix tests for DBD::SQLite >= 1.34. + - Fix test failures with DBICTEST_SQLITE_USE_FILE set - Fix the find() condition heuristics being invoked even when the call defaults to 'primary' (i.e. when invoked with bare values) + - Throw much clearer error on incorrect inflation spec + - Fix incorrect storage behavior when first call on a fresh schema + is with_deferred_fk_checks * Misc - No longer depend on Variable::Magic now that a pure-perl