Author: timbo
Date: Thu Mar 29 09:53:20 2007
New Revision: 9360
Modified:
dbi/trunk/lib/DBD/Gofer/Policy/classic.pm
Log:
Fix classic policy to only request dbh attributes on first contact
Modified: dbi/trunk/lib/DBD/Gofer/Policy/classic.pm
==============================================================================
--- dbi/trunk/lib/DBD/Gofer/Policy/classic.pm (original)
+++ dbi/trunk/lib/DBD/Gofer/Policy/classic.pm Thu Mar 29 09:53:20 2007
@@ -30,6 +30,9 @@
# ping is not important for DBD::Gofer and most transports
skip_ping => 1,
+ # only update dbh attributes on first contact with server
+ dbh_attribute_update => 'first',
+
# we'd like to set locally_* but can't because drivers differ
# get_info results usually don't change