X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=cc499e80f848f1fb0e628746ed6b641f9c677942;hb=4b946902c9546e42cd9d73e5c8ba12767d8f7e2a;hp=0a17b9f1b7fbf7def510a84f1fa5691ab60b087b;hpb=4d993a620321bb32e79b8e79565c051e97d095c0;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 0a17b9f..cc499e8 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,17 @@ 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