Changes for version 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.
Modules
Allow transactions to be nested in DBI
Database handle that is aware of nested transactions
Statement handle when running under DBIx::Transaction