::DBI:Replicated - merge connect_info from master to replicants
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Replicated.pm
2009-05-06 Rafael Kitover ::DBI:Replicated - merge connect_info from master to...
2009-05-06 Rafael Kitover Replicated - fixup types and namespace::clean
2009-05-06 Rafael Kitover fix ::DBI::Replicated::all_storages
2009-05-04 Rafael Kitover ::Replicated - test hashref for connect_replicants...
2009-03-11 Wallace Reis removed configure_sqlt method
2008-08-27 John Napiorkowski fixed braindead typo in docs telling people to use...
2008-08-07 Luke Saunders proxying new storage method
2008-07-18 John Napiorkowski updated CHANGES, removed debug code left by accident...
2008-07-11 John Napiorkowski just a tiny grammer fix to POD
2008-07-11 John Napiorkowski added tests for required modules, minor documentation...
2008-07-09 John Napiorkowski make sure various Storage mutators correctly return...
2008-07-09 John Napiorkowski removed the mistaken debug code
2008-07-09 John Napiorkowski use BUILDARGS intead of wrapping new, added make_immuta...
2008-07-09 John Napiorkowski use BUILDARGS intead of wrapping new, added make_immuta...
2008-07-07 John Napiorkowski updated documentation, adding some hints and details...
2008-06-19 John Napiorkowski removed ->reload_row from storage, changed this to...
2008-06-12 John Napiorkowski more cleanly separated DBIC::Storage::Replicated from...
2008-06-11 John Napiorkowski 1) changed all 4 space indentation to 2 space style...
2008-06-07 John Napiorkowski clarified documentation about setting up slave dsn
2008-06-05 John Napiorkowski all your tabs belong to spaces
2008-06-04 John Napiorkowski fixed boneheaded failure to properly propogate txn_do
2008-06-03 John Napiorkowski fix to make sure execute_reliably method properly finds...
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-05-28 John Napiorkowski created storage method to execute a coderef using maste...
2008-05-14 John Napiorkowski documentation updates
2008-05-09 John Napiorkowski doh, replaced ability to configure pool args via the...
2008-05-09 John Napiorkowski changed the balancer to a role, created a new class...
2008-05-09 John Napiorkowski good start on the validation of replicants and a system...
2008-05-09 John Napiorkowski fixed up the relicant status tests to exclude them...
2008-05-07 John Napiorkowski changed the way args are passed to a storage, should...
2008-05-07 John Napiorkowski refactored the duties of the different balancer classes...
2008-04-30 John Napiorkowski cleanup of some docs, got the default shuffling balance...
2008-04-30 John Napiorkowski added some advice to debugging replicants so that we...
2008-04-30 John Napiorkowski added some advice to debugging replicants so that we...
2008-04-30 John Napiorkowski got first pass on the replication and balancer, passing...
2008-04-30 John Napiorkowski new config option to DBICTest to let you set an alterna...
2008-04-25 John Napiorkowski fixed up the replication test, added some tests for...
2008-04-25 John Napiorkowski renamed replication storage to replicated (since it...