Skip to content

Commit

Permalink
Timestamped for 0.42.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Dec 17, 2010
1 parent 59fc5ab commit 3b5a08a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Revision history for Perl extension DBIx::Connector.

0.42
0.42 2010-12-17T18:35:54
- If a catch block died, the exception was not being propagated. That
is, if a catch block threw an exception, DBIx::Connector ate it. This
was a pretty serious bug; upgrading is strongly recommended.
is, if a catch block threw an exception, DBIx::Connector ate it, and
any calling code would not be able to catch it. This was a pretty
serious bug; upgrading is strongly recommended for anyone using catch
blocks.
- When `run()`, `txn()`, or `svp()` was called recursively from within a
second fixup execution, it was not respecting the fact that it was
recursive and could try to start a transaction again. This happened
Expand Down

0 comments on commit 3b5a08a

Please sign in to comment.