Changes for version 1.100 - 2009-09-17
- New feature: Ability to re-run a transaction if it fails (really, ability to re-run a transaction whenever you want...)
- Updated most errors to use DBI's errstr() system instead of croaking. The only exception is this new retry feature, becuase DBI like's to wipe out it's error condition when the rollback happens...
Modules
Allow transactions to be nested in DBI
Database handle that is aware of nested transactions
Statement handle when running under DBIx::Transaction