X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=accc48ce557a50075240867867140ca9260e8ffb;hb=66c817df10d62ecc3d49df5839b1048e3454b2cf;hp=e6dc25ff040df13b3368aaf7cfbfd246114c2a6a;hpb=67cbc0a8171b13f8c90ec5c5184d598a3b63e007;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index e6dc25f..accc48c 100644 --- a/Changes +++ b/Changes @@ -50,6 +50,8 @@ Revision history for DBIx::Class immediately before the commit is attempted (RT#107159) - Work around unreliable $sth->finish() on INSERT ... RETURNING within DBD::Firebird on some compiler/driver combinations (RT#110979) + - Really fix savepoint rollbacks on older DBD::SQLite (fix in 0.082800 + was not sufficient to cover up RT#67843) - Fix several corner cases with Many2Many over custom relationships - Fix the Sybase ASE storage incorrectly attempting to retrieve an autoinc value when inserting rows containing blobs (GH#82)