discard changes now is forced to use master for replication. changed discard_changes...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage.pm
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()