chadadavis / sbglib

Automatically exported from code.google.com/p/sbglib
0 stars 0 forks source link

SBG::U::DB::connect caching #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Cache needs to include username/password in hash.
Prefer to use connect_cached from DBI

Original issue reported on code.google.com by chad.a.davis@gmail.com on 26 May 2010 at 2:30

GoogleCodeExporter commented 9 years ago

Original comment by chad.a.davis@gmail.com on 27 May 2010 at 7:18

GoogleCodeExporter commented 9 years ago

Original comment by chad.a.davis@gmail.com on 8 Jun 2010 at 9:48

GoogleCodeExporter commented 9 years ago
Using DBI->connect_cached, which also includes the options in the hash key.

Original comment by chad.a.davis@gmail.com on 18 Oct 2011 at 9:01