https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17865
--- Comment #14 from M. Tompsett <[email protected]> --- Comment on attachment 59199 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59199 Bug 17865 'If a subscription has no history end date, it shows as expired today in OPAC' Review of attachment 59199: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17865&attachment=59199) ----------------------------------------------------------------- My concern with the conditions modified is the poor date handling of MySQL. Sometimes unset dates were 0000-00-00, sometimes they were null. When and how aren't the issue, but for those still using MySQL 5.5 in less than strict mode, defined might not be sufficient. In MySQL 5.7 or strict mode, defined is perfectly okay. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
