Skip to content

Commit

Permalink
enable exec_server by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Nov 11, 2009
1 parent afaa4df commit dac12d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Morris/Plugin/DBI.pm
Expand Up @@ -29,7 +29,7 @@ around BUILDARGS => sub {
$config->{dsn},
$config->{username},
$config->{password},
$config->{options}
(%{ $config->{options} || {} }, exec_server => 1 ),
);
}
return $args;
Expand Down

0 comments on commit dac12d9

Please sign in to comment.