[Bast-commits] r4461 -
DBIx-Class/0.08/branches/replication_dedux/lib/DBIx/Class/Storage/DBI
jnapiorkowski at dev.catalyst.perl.org
jnapiorkowski at dev.catalyst.perl.org
Tue Jun 3 16:59:18 BST 2008
Author: jnapiorkowski
Date: 2008-06-03 16:59:17 +0100 (Tue, 03 Jun 2008)
New Revision: 4461
Modified:
DBIx-Class/0.08/branches/replication_dedux/lib/DBIx/Class/Storage/DBI/Replicated.pm
Log:
fix to make sure execute_reliably method properly finds its attributes
Modified: DBIx-Class/0.08/branches/replication_dedux/lib/DBIx/Class/Storage/DBI/Replicated.pm
===================================================================
--- DBIx-Class/0.08/branches/replication_dedux/lib/DBIx/Class/Storage/DBI/Replicated.pm 2008-06-03 15:02:01 UTC (rev 4460)
+++ DBIx-Class/0.08/branches/replication_dedux/lib/DBIx/Class/Storage/DBI/Replicated.pm 2008-06-03 15:59:17 UTC (rev 4461)
@@ -428,7 +428,7 @@
};
##Reset to the original state
- $self->schema->storage->read_handler($current);
+ $self->read_handler($current);
##Exception testing has to come last, otherwise you might leave the
##read_handler set to master.
More information about the Bast-commits
mailing list