10 May
2019
10 May
'19
3:22 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812 --- Comment #10 from Marcel de Rooy <m.de.rooy@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.