On Sat, Mar 06, 2010 at 04:07:09PM -0800, David E. Wheeler wrote:
> On Mar 6, 2010, at 3:45 PM, Tim Bunce wrote:
>
> > I was tempted to leave "The cool thing is" but opted to drop it as it
> > doesn't match the tone of the rest of the docs - although they are
> > rather dry :)
>
> Pity. Thought I was starting to change that. ;-P
:)
> > I've made assorted edits and added some extra info. A sanity check would
> > be most welcome.
>
> Looks good, thanks. Pity you removed the `$dbh->{private_myapp_sql_mode}`
> bit, though, as that's required when using C<connect_cached()>, which
> you almost certainly are doing if you need this hack.
Are you sure it's required when using connected()? The connected method
is only called for new connections.
Tim.