[Koha-bugs] [Bug 13030] Show waiting hold expiration date for waiting holds on circulation.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 16 14:40:37 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13030

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #14 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Do the tests pass for you?

I get the following errors:

t/Hold.t .. 2/5 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:
{
  DBD => "DBD::Mock",
  DBD_VER => "1.45",
  DBIC_DRIVER => "DBIx::Class::Storage::DBI",
  DBIC_DSN => sub {
      package Koha::Database;
      use warnings;
      use strict;
      use feature 'say', 'state', 'switch', 'unicode_strings';
      'C4::Context'->dbh;
  },
  DBIC_VER => "0.082810",
  DBI_VER => "1.631"
}
DBIx::Class::Storage::DBI::sql_maker(): Your storage class
(DBIx::Class::Storage::DBI) does not set sql_limit_dialect and you have not
supplied an explicit limit_dialect in your connection_info. DBIC will attempt
to use the GenericSubQ dialect, which works on most databases but can be (and
often is) painfully slow. Please file an RT ticket against
'DBIx::Class::Storage::DBI' at Koha/Objects.pm line 85

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


More information about the Koha-bugs mailing list