[Koha-bugs] [Bug 24002] Test suite is failing on MySQL 8

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 11 09:32:05 CET 2019


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

--- Comment #15 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Martin Renvoize from comment #14)
> Minor concern is whether we might be missing some DB updates to ensure all
> tables are filled with expected data to start with..

Hum actually it's too late. We cannot longer write such query:

  update opac_news set expirationdate=NULL WHERE expirationdate="0000-00-00";

As it will fail:
ERROR 1292 (22007): Incorrect date value: '0000-00-00' for column
'expirationdate' at row 1

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


More information about the Koha-bugs mailing list