More indirect call removals: the second part of 77c3a5dc
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage.pm
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-03-30 Paul Mooney Avoid infinite loop if save point does not exist
2016-03-03 Peter Rabbitson Do not load DBIC::Optional::Dependencies at runtime...
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2016-02-03 Peter Rabbitson Remove Config::Any from the core dep set
2016-01-27 Peter Rabbitson Ensure the $storage state reflects the current connecti...
2016-01-27 Peter Rabbitson Another overhaul (hopefully one of the last ones) of...
2016-01-27 Peter Rabbitson Consolidate various $storage state resets in $storage...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-05 Peter Rabbitson Make sure IO::Handle is loaded - missing stubs on older...
2014-05-27 Peter Rabbitson Fix multiple savepointing transactions on DBD::SQLite
2014-03-05 Alexandr Ciornii typos
2014-01-22 Peter Rabbitson Massive incompatible change of ::BlockRunner internals
2013-06-02 Alexander Hartmaier Replace $row with $result in all docs
2013-04-04 Peter Rabbitson Extra TODO tests for a txn_guard silencing problem
2013-01-21 Peter Rabbitson Simplify dbh_do invocation, and only alias @_ when...
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-03-12 Peter Rabbitson Rewrite txn_do and dbh_do to use a (hidden for now...
2012-03-09 Peter Rabbitson Fix fallout from a807d012 (folks please run your podtes...
2012-03-07 Jess Robinson Minor messing with syntactically incorrect POD (no...
2012-01-18 Graham Knop fix PrettyPrint package link in POD
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-03-01 Justin Hunter Switch cursor accessor to CAG's component_class type...
2011-02-25 Peter Rabbitson Lazy-load as many of the non-essential modules as possible
2011-01-27 Ronald J Kimball Fix broken sections links in POD
2010-12-02 Peter Rabbitson Indulge in some microoptimization
2010-11-18 Peter Rabbitson Attach a storage debugobj lazily instead of at new...
2010-10-27 Peter Rabbitson Fail gracefully on Config::Any PROFILE-loading errors
2010-09-16 Arthur Axel 'fREW... DBIC_TRACE_PROFILE
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-06-01 Peter Rabbitson Preserve @_ aliasing semantics on coderefs within try...
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson Missed use
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-14 Ton Voon Corrected usage of $@ in catch block
2010-05-14 Ton Voon Conversion of eval => try (part 1)
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2009-09-18 Peter Rabbitson Cleanup exception handling
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-06-16 Tim Bunce Reverted doc patch r6689 for now, sadly. I'll open...
2009-06-16 Tim Bunce Added doc note that txn_commit does not perform an...
2009-06-16 Tim Bunce Removed wording from txn_do that implies the coderef...
2009-05-11 Ron "Quinn" Straight Moved DBIC::SQL::Abstract inner classes to DBIx::Class...
2009-03-29 Peter Rabbitson Take experimental off TxnScopeGuard
2008-07-16 Ash Berlin Update docs re txn_scope_guard
2008-06-19 John Napiorkowski removed ->reload_row from storage, changed this to...
2008-05-29 John Napiorkowski changed Storage->reload_row to do less, reverted some...
2008-05-29 John Napiorkowski discard changes now is forced to use master for replica...
2008-04-16 Jess Robinson Documentation updates from omega, carbon
2008-03-25 Anders Nor Berle And document the last changes
2008-03-25 Anders Nor Berle Various fun things.
2008-03-23 Cory G Watson Merge 0.09's savepoint branch
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
2007-10-21 Jess Robinson Documentation clarifications
2007-08-07 Cory G Watson Refactor Statistics to clean up printing of debug info...
2007-08-04 Matt S Trout cleanup cursor class handling
2007-06-16 Brandon L. Black autoflush debugfh, plus Changes for this and the weakre...
2007-05-10 Brandon L. Black docs about side-effects in txn_do coderef
2006-11-18 Ash Berlin Removed Class::Data::Accessor and DBIx::Class::Accessor...
2006-08-23 Brandon L. Black Changes synced up with everything that has happened...
2006-08-08 Brandon L. Black misc warnings/croak/Carp::Clan fixups
2006-08-08 Brandon L. Black further code/pod shuffling between Storage/Storage...
2006-08-08 Brandon L. Black reshuffling the division of labor between Storage and...
2006-08-08 Brandon L. Black move txn_do to Storage
2006-07-31 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-07-28 Daniel Westermann... Remove anonymous blesses to avoid major speed hit on...
2006-07-24 Brandon L. Black Storage holds a weakref to $schema now
2006-07-11 Brandon L. Black add some missing virtual methods
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-03-08 David Kamholz cleanup ResultSource a bit, plus a couple trivial cleanups
2006-02-26 Justin Guenther Added DBIx::Class::Schema::txn_do()