Lazy-load as many of the non-essential modules as possible
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage.pm
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()