X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=cc499e80f848f1fb0e628746ed6b641f9c677942;hb=4b946902c9546e42cd9d73e5c8ba12767d8f7e2a;hp=f7ff25dd2d65163e55dcea7c48975b1a5afbfb2d;hpb=f5d3a5def17ae78dd9d478e1c71736b33e591edb;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index f7ff25d..cc499e8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,25 @@ Revision history for DBIx::Class + - added stacktrace option to Schema, makes throw_exception + use "confess" + - make database handles use throw_exception by default + - make database handles supplied by a coderef use our + standard HandleError/RaiseError/PrintError + - add "unsafe" connect_info option to suppress our setting + of HandleError/RaiseError/PrintError + - removed several redundant evals whose sole purpose was to + provide extra debugging info + - fixed page-within-page bug (reported by nilsonsfj) + - fixed rare bug when database is disconnected inbetween + "$dbh->prepare_cached" and "$sth->execute" + +0.07999_05 2007-06-07 23:00:00 + - Made source_name rw in ResultSource + - Fixed up SQL::Translator test/runtime dependencies + - Fixed t/60core.t in the absence of DateTime::Format::MySQL + - Test cleanup and doc note (ribasushi) + +0.07999_04 2007-06-01 14:04:00 - pulled in Replication storage from branch and marked EXPERIMENTAL - fixup to ensure join always LEFT after first LEFT join depthwise - converted the vendor tests to use schema objects intead of schema