https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #19 from David Cook <dcook@prosentient.com.au> --- Side note: We assume that "Koha::Database->schema->storage->dbh" always returns the same database handle, but that's not necessarily true. According to the documentation and source code at https://metacpan.org/pod/DBIx::Class::Storage::DBI#dbh it seems that it tries to fetch a cached database handle but if for whatever reason that cached database handle doesn't seem connected, it'll create a new handle and connect. Probably not related but just noticed that while looking at something else... -- You are receiving this mail because: You are watching all bug changes.