Bug 20521: Use a specific config for strict sql modes
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 18 Oct 2018 14:07:02 +0000 (11:07 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 5 Nov 2018 12:32:08 +0000 (12:32 +0000)
commitcbb6605d632eba95599704fc3867c11f6947d531
tree14c6c244cc0149e6a2c1bd255dfd0a9bb1616e00
parentb8968579b8e7d3865a6db4436becb2647e962bc6
Bug 20521: Use a specific config for strict sql modes

To avoid disrupting testers and new developers it will be turned off by default.

We will turn it on for Jenkins so devs will have to take care of the
regressions they introduce (!)

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 17e5691daaa0f6b73623198eded648c78e40056a)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Database.pm