Add is_exception check to the result of exception_action (inspired by GHPR#15)
[dbsrgits/DBIx-Class.git] / t / storage / txn.t
2015-08-13 Peter Rabbitson Add is_exception check to the result of exception_actio...
2015-08-12 Peter Rabbitson Make sure tests still pass in a fork-limited environment
2015-06-10 Peter Rabbitson Make sure tests still pass in a fork-limited environment
2015-03-18 Peter Rabbitson Some stylistic test changes in preparation for next...
2015-03-18 Peter Rabbitson Some stylistic test changes in preparation for next...
2014-07-17 Peter Rabbitson Add one extra is_exception check (missed a spot during...
2014-01-22 Peter Rabbitson Massive incompatible change of ::BlockRunner internals
2012-11-18 Peter Rabbitson Back out frivolous loading of threads.pm
2012-07-10 Rafael Kitover preload threads.pm in storage/txn.t for fork error
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-01-19 Peter Rabbitson DBIC now warns on explicit false AutoCommit, and when...
2010-12-28 Peter Rabbitson Fix a deadlock-prone test
2010-11-18 Peter Rabbitson Overhaul thread handling
2010-11-18 Peter Rabbitson Fix 2 stupid omissions in tests
2010-11-10 Peter Rabbitson Die on search in void context
2010-10-27 Peter Rabbitson Latest DBD::SQLite really went to shit >:(
2010-10-26 Peter Rabbitson Break out the txn_scope_guard tests, some cleanup
2010-10-22 Peter Rabbitson Massive cleanup of transaction handlers
2010-09-18 Peter Rabbitson Make test suite pass under DBICTEST_SQLITE_USE_FILE=1
2010-09-17 Peter Rabbitson Fix forgotten external-$dbh test warnings
2010-06-01 Peter Rabbitson Preserve @_ aliasing semantics on coderefs within try...