logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DBD::Gofer::Policy::pedantic - The 'pedantic' policy for DBD::Gofer

Author

Description

The "pedantic" policy tries to be as transparent as possible. To do this it makes round-trips to the server for almost every DBI method call. This is the best policy to use when first testing existing code with Gofer. Once it's working well you should consider moving to the "classic" policy or defining your own policy class. Temporary docs: See the source code for list of policies and their defaults. In a future version the policies and their defaults will be defined in the pod and parsed out at load- time.

Name

DBD::Gofer::Policy::pedantic - The 'pedantic' policy for DBD::Gofer

Synopsis

$dbh = DBI->connect("dbi:Gofer:transport=...;policy=pedantic", ...)

See Also