[Koha-bugs] [Bug 14778] DBIC should create/own the DB handler

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 22 08:54:09 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14778

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #102 from David Cook <dcook at prosentient.com.au> ---
I'm using the following:

use t::lib::Mocks;

BEGIN {
    t::lib::Mocks::mock_dbh;
}

However, I'm still getting the warning:

DBIx::Class::Storage::DBI::_warn_undetermined_driver(): This version of DBIC
does not yet seem to supply a driver for your particular RDBMS and/or
connection method ('Mock'). While we will attempt to continue anyway, the
results are likely to be underwhelming. Please upgrade DBIC, and if this
message does not go away, file a bugreport including the following info:

I'm using the newest DBIx::Class, so I don't think it's a case of upgrading
DBIC.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list