FYI, Just spotted that I'd not documented this:

: The when subclassing is being used then, after a successful new
: connect, the DBI->connect method automatically calls:
: 
:  $dbh->connected($dsn, $user, $pass, \%attr)
: 
: The default method does nothing. The call is made just to simplify
: any post-connection setup that your subclass may want to perform.

Tim.

Reply via email to