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)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 18 Oct 2018 14:21:29 +0000 (14:21 +0000)
commit17e5691daaa0f6b73623198eded648c78e40056a
treef2da792ac223673a7fe9cfdac8ca527a4036bac8
parentb7da4f890b9d9a7b2a919ce8529198ab443115cd
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>
Koha/Database.pm