changed the way args are passed to a storage, should make it easier to use existing...
authorJohn Napiorkowski <jjn1056@yahoo.com>
Wed, 7 May 2008 22:40:30 +0000 (22:40 +0000)
committerJohn Napiorkowski <jjn1056@yahoo.com>
Wed, 7 May 2008 22:40:30 +0000 (22:40 +0000)
commit106d5f3b7e03a68fb2e125772e3f06a34115f22d
tree578aed917258a76c6b87229962eb4c6e132d4e1a
parentc6545b22aef5ea013d27ae128cf388fb017dba9e
changed the way args are passed to a storage, should make it easier to use existing code using this, added the master as a fallback to the the replicants, lots of small documentation updates and test improvements.  all tests passing
lib/DBIx/Class/Schema.pm
lib/DBIx/Class/Storage/DBI.pm
lib/DBIx/Class/Storage/DBI/Replicated.pm
lib/DBIx/Class/Storage/DBI/Replicated/Balancer.pm
lib/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm
lib/DBIx/Class/Storage/DBI/mysql.pm
t/93storage_replication.t
t/lib/DBICTest.pm