From: Brandon L. Black Date: Mon, 11 Jun 2007 17:29:49 +0000 (+0000) Subject: Changes updates X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d4c7bbeb1761fc9cdfcab8bb680f8e47826f751;p=dbsrgits%2FDBIx-Class-Historic.git Changes updates --- 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