On Aug 22, 2013, at 10:53 PM, Vincent Veyron <vv.li...@wanadoo.fr> wrote:
>> Note that DBI will reset all the attributes every time connect_cached is >> called. Maybe you need to delete one or more of the attributes in a >> connect_cached.reused callback? > > The problem is that connect_cached.reused never gets triggered (hence > the absence of caching) Right, duh. What if you change the callback to return a true value? David