[Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 10 11:52:15 CEST 2019


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

--- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
SELECT count(routingid) routingids FROM subscription LEFT JOIN
subscriptionroutinglist ON subscription.subscriptionid =
subscriptionroutinglist.subscriptionid order by ranking asc;

does not raise a warning with me on mariadb with sql mode:
STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

Do I overlook a setting?

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


More information about the Koha-bugs mailing list