Slightly golf ::ResultSource::DESTROY and several weaken() calls
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / TxnScopeGuard.pm
2016-04-14 Peter Rabbitson Slightly golf ::ResultSource::DESTROY and several weake...
2016-02-11 Dagfinn Ilmari Man... Proper fix for the lazy workaround in 7e1774f7
2016-02-04 Peter Rabbitson Streamline couple code paths/texts, no func changes...
2016-01-27 Peter Rabbitson Another overhaul (hopefully one of the last ones) of...
2016-01-27 Peter Rabbitson Remove useless try{} and rename some variables in ...
2016-01-22 Peter Rabbitson Relax overly aggressive exception-well-formedness check...
2016-01-22 Peter Rabbitson Microoptimize various "is this string empty" checks
2015-11-03 Peter Rabbitson Fix spurious ROLLBACK statements when a TxnScopeGuard...
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-17 Peter Rabbitson Clarify name of guard function from 3d56e026, add it...
2015-03-12 Peter Rabbitson The real workaround for txn_scope_guard being called...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-01-23 Peter Rabbitson Improve error reporting when we encounter broken except...
2013-10-29 Dagfinn Ilmari Man... Consistently use "eq ''" when checking for exception...
2013-10-29 Dagfinn Ilmari Man... Explicitly stringify when checking for existing exception
2013-04-04 Peter Rabbitson Extra TODO tests for a txn_guard silencing problem
2013-01-21 Peter Rabbitson Revert workarounds for $@ broken during 5.13.x - mainly...
2012-11-03 Peter Rabbitson Reorganize constants handling, add escapes for fork...
2011-11-25 Peter Rabbitson Fix TxnScopeGuard misbehaving on externally set $@...
2011-05-10 Peter Rabbitson Fix incorrect > vs >= ver. check, causing 5.13.1 fails
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2010-12-27 Peter Rabbitson Latest blead (5.13.8) allows us to see $@ again
2010-11-18 Peter Rabbitson Overhaul thread handling
2010-10-26 Peter Rabbitson Temporary fixes for 5.13.x $@ handling
2010-10-22 Peter Rabbitson Massive cleanup of transaction handlers
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2009-09-12 Peter Rabbitson Even better localization of $@, and don't use Test...
2009-09-11 Peter Rabbitson Final scopeguard tweak (?)
2009-09-11 Peter Rabbitson scopeguard almost done
2009-09-11 Peter Rabbitson This is how the txnguard should really work
2009-09-11 Peter Rabbitson Fixed minor problem with txn scope guard - rollback...
2009-05-12 Peter Rabbitson Some more die/croak conversions
2009-03-29 Peter Rabbitson Take experimental off TxnScopeGuard
2008-06-01 Ash Berlin Prepare for new dev release
2008-05-30 Ash Berlin Tidy up TxnScopeGuard and its tests a bit
2008-03-01 Ash Berlin Fix versioning test so it works with SQLT 0.09. v0.08010
2008-02-28 Ash Berlin Todo tests for txn_rollback and scope_guard
2008-02-10 Ash Berlin Add txn_scope_guard method/object