fix and regression test for RT #62642
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Replicated.pm
2010-11-10 John Napiorkowski fix and regression test for RT #62642
2010-10-27 Norbert Buchmuller Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows)
2010-10-27 Peter Rabbitson Automatically mark the cap. framework methods as unimpl...
2010-10-14 Peter Rabbitson That's an embarrasing c/p :(
2010-10-10 Peter Rabbitson Rename vaguely named internal method
2010-09-17 Peter Rabbitson Rename incorrectly named internal method (has nothing...
2010-08-26 Peter Rabbitson SQLA::Limit is no more \o/
2010-08-07 Peter Rabbitson New $dbh capability handling - allows someone to say
2010-06-05 Arthur Axel 'fREW... Typos
2010-05-31 Peter Rabbitson test replication test fail
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-05-04 Peter Rabbitson Refactor count handling, make count-resultset attribute...
2010-04-28 Rafael Kitover add _verify_pid and _verify_tid to methods that croak...
2010-04-28 Rafael Kitover update ::DBI::Replicated
2010-04-12 Rafael Kitover better way to find minimal dbms version in ::Replicated
2010-04-08 Rafael Kitover use min dbms_version for ::Replicated
2010-04-08 Peter Rabbitson Refactor the version handling
2010-04-08 Peter Rabbitson Make the insert_returning capability private (and saner...
2010-03-24 Peter Rabbitson Cosmetics + changes
2010-03-22 Rafael Kitover update proxied methods for DBI::Replicated
2010-02-16 Rafael Kitover set behavior for Hash::Merge in ::DBI::Replicated,...
2010-02-16 Rafael Kitover use OO interface of Hash::Merge for ::DBI::Replicated
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-15 Peter Rabbitson Spellcheck (jawnsy++)
2010-02-13 Peter Rabbitson Changes
2010-02-12 Peter Rabbitson Move replicated to Opt::Deps
2010-02-11 Rafael Kitover add unimplemented Storage::DBI methods to ::DBI::Replicated
2010-02-10 Rafael Kitover add a couple proxy methods to Replicated so it can run
2010-02-10 Rafael Kitover revert Moose bug workaround, bump Moose dep for Replica...
2010-02-10 Rafael Kitover workaround for Moose bug affecting Replicated storage
2010-01-29 Peter Rabbitson Require non-warning-spewing MooseX::Types
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-17 Peter Rabbitson Real detabify
2010-01-10 Rafael Kitover fix connection details in ::DBI::Replicated docs
2010-01-02 Florian Ragwitz Port replicated storage from MXAH to native traits.
2009-09-29 Rafael Kitover removed some dead code, added fix and test for _execute...
2009-09-28 Rafael Kitover minor changes
2009-09-20 Peter Rabbitson Part one of the sybase work by Caelum (mostly reviewed)
2009-09-20 Peter Rabbitson Backout sybase changes
2009-09-18 Peter Rabbitson Cleanup exception handling
2009-09-03 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-08-31 Rafael Kitover support coderef connect_infos for repicated storage
2009-08-10 Peter Rabbitson privatize dormant method - it may be useful for sybase...
2009-08-10 Peter Rabbitson pesky whitespace
2009-07-21 Rafael Kitover update Storage::Replicated prereqs
2009-07-17 Dan Dascalescu Minor POD grammar: it's -> its where appropriate
2009-07-16 John Napiorkowski increased Moose version requirements due to changes...
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-07-10 John Napiorkowski a few more Moose Type related fixes and added diag...
2009-07-10 John Napiorkowski pod cleanup, fixed broken pod links, and new Introducti...
2009-07-09 John Napiorkowski some documention updates and changed the way we find...
2009-07-09 John Napiorkowski fixed test resultclass formatting, added a few more...
2009-07-09 John Napiorkowski changed the way transactions are detected for replicati...
2009-06-13 Rafael Kitover fix master debug output for ::Replicated
2009-05-22 Rafael Kitover ::Replicated -- check for master rebless and reapply...
2009-05-15 Rafael Kitover minor replication changes - use a real hash merge,...
2009-05-09 Rafael Kitover ::DBI::Replicated - don't build pool/balancer from...
2009-05-09 Rafael Kitover ::DBI::Replicated - add master_read_weight to ::Random...
2009-05-08 Rafael Kitover support ::DBI::Replicated opts in connect_info
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...