Revision history for Perl extension DBIx-Transaction.
0.002 2005/11/30
- Made do() and execute() poison a transaction if there is an
error. This is the "lowest common denominator" DBMS behaviour
so enforcing it here makes all DBMS have the same error behaviour
(one error ruins the whole transaction) when running under
DBIx::Transaction.
0.001 2005/11/25
- Initial public release