1) changed all 4 space indentation to 2 space style indents for replication code...
authorJohn Napiorkowski <jjn1056@yahoo.com>
Wed, 11 Jun 2008 15:01:00 +0000 (15:01 +0000)
committerJohn Napiorkowski <jjn1056@yahoo.com>
Wed, 11 Jun 2008 15:01:00 +0000 (15:01 +0000)
commit64cdad22d9b4022de379ae43174c15ce8dc81b59
tree4feff22ca296668be8dee3a1c768b920c59c393f
parent70c49125fbb6ace2022621dc429f2815407940d9
1) changed all 4 space indentation to 2 space style indents for replication code, 2) fixed broken index test that was broken after pulling from trunk, 3) updated some docs and better internal docs for replication test, 4) added a couple of new tests to make sure replication does not explode if you are careless about transactions inside of transactions inside of execute_reliably, etc.
lib/DBIx/Class/Schema.pm
lib/DBIx/Class/Storage/DBI/Replicated.pm
lib/DBIx/Class/Storage/DBI/Replicated/Balancer.pm
lib/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm
lib/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm
lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm
lib/DBIx/Class/Storage/DBI/Replicated/Replicant.pm
t/93storage_replication.t
t/lib/DBICTest/Schema/TreeLike.pm