1DBD::Gofer::Policy::pedUasnetricC(o3n)tributed Perl DocuDmBeDn:t:aGtoifoenr::Policy::pedantic(3)
2
3
4
6 DBD::Gofer::Policy::pedantic - The 'pedantic' policy for DBD::Gofer
7
9 $dbh = DBI->connect("dbi:Gofer:transport=...;policy=pedantic", ...)
10
12 The "pedantic" policy tries to be as transparent as possible. To do
13 this it makes round-trips to the server for almost every DBI method
14 call.
15
16 This is the best policy to use when first testing existing code with
17 Gofer. Once it's working well you should consider moving to the
18 "classic" policy or defining your own policy class.
19
20 Temporary docs: See the source code for list of policies and their
21 defaults.
22
23 In a future version the policies and their defaults will be defined in
24 the pod and parsed out at load-time.
25
27 Tim Bunce, <http://www.tim.bunce.name>
28
30 Copyright (c) 2007, Tim Bunce, Ireland. All rights reserved.
31
32 This module is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself. See perlartistic.
34
35
36
37perl v5.16.3 2013-04-04 DBD::Gofer::Policy::pedantic(3)