X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=53622edc1031b5304b0e31ab11c97ed259f01993;hb=64b3598fcf53fcec068a67277d80363540f19427;hp=99958f69f0112924b964a999603eefa3d5ef4a61;hpb=701c96934b3da7a8560d5c53bc84fa7e6ccf0415;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 99958f6..53622ed 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,8 @@ Revision history for DBIx::Class conditions on resultset chaining - The Ordered component is now smarter wrt reordering of dirty objects, and does its job with less storage queries + - Logging via DBIC_TRACE=1= no longer overwrites the + logfile on every program startup, appending loglines instead * Fixes - Fix issue where the query was becoming overly mangled when trying @@ -24,6 +26,10 @@ Revision history for DBIx::Class masks missing dependency exceptions (RT#66823) - Fix bug in Schema::Versioned failing to insert a schema version row during upgrades at the turn of the second + - Fix incorrect bind of integers >= 2^^32 (bigint columns) to + SQL_INTEGER, resulting in silent conversion to '-1' + - Fix pre 5.10 failures of t/55namespaces_cleaned.t due to buggy + require() (RT#68814) 0.08192 2011-05-10 04:20 (UTC) * Fixes