changed the balancer to a role, created a new class to define the default balancer...
authorJohn Napiorkowski <jjn1056@yahoo.com>
Fri, 9 May 2008 15:53:45 +0000 (15:53 +0000)
committerJohn Napiorkowski <jjn1056@yahoo.com>
Fri, 9 May 2008 15:53:45 +0000 (15:53 +0000)
commit17b05c131035f73964c434c1a9c8b28e46aebeeb
treebc8c295d1f1319de40d3de0ef0e3e43d13e4b5a1
parenta5ebb8769b79f6d6ce7a01001d7b41b62386f425
changed the balancer to a role, created a new class to define the default balancer behavior, finished the autovalidate code and added tests for all the above
lib/DBIx/Class/Storage/DBI/Replicated.pm
lib/DBIx/Class/Storage/DBI/Replicated/Balancer.pm
lib/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm
lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm
t/93storage_replication.t