X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FReplicated.pm;h=648072c87b639facfe50ecb9e8f898f301d7c717;hb=1eb87dd767c4bdb815085acb2a8e63e12b32f990;hp=6d587ec9cd86f4196dbae94bd545d95d159eff19;hpb=4a0eed52f392b2e135385d0c06b06160200f3772;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Replicated.pm b/lib/DBIx/Class/Storage/DBI/Replicated.pm index 6d587ec..648072c 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated.pm +++ b/lib/DBIx/Class/Storage/DBI/Replicated.pm @@ -338,6 +338,7 @@ my $method_dispatch = { _dbh_get_info _determine_connector_driver + _extract_driver_from_connect_info _describe_connection _warn_undetermined_driver @@ -1093,7 +1094,7 @@ attribute: my $result = $resultset->search(undef, {force_pool=>'master'})->find($pk); -This attribute will safely be ignore by non replicated storages, so you can use +This attribute will safely be ignored by non replicated storages, so you can use the same code for both types of systems. Lastly, you can use the L method, which works very much like @@ -1117,8 +1118,8 @@ using the Schema clone method. Based on code originated by: - Norbert Csongr�di - Peter Sikl�si + Norbert Csongrádi + Peter Siklósi =head1 LICENSE