Bug 16584

Summary: All SQL queries should be compatible to 'ONLY_FULL_GROUP_BY'.
Product: Koha Reporter: Son Nguyen <ngson2000>
Component: DatabaseAssignee: Galen Charlton <gmcharlt>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gk.bmsit, jonathan.druart, katrin.fischer
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Son Nguyen 2016-05-25 03:59:06 UTC
As the mode 'ONLY_FULL_GROUP_BY' is ON by default on MySQL 5.7, non ONLY_FULL_GROUP_BY queries in Koha will be rejected.

This caused several issue including the error when adding a new patron even the patron categories exist.
Comment 1 Katrin Fischer 2016-06-09 05:41:46 UTC
*** Bug 16564 has been marked as a duplicate of this bug. ***
Comment 2 Katrin Fischer 2017-01-07 23:52:13 UTC
Marking this duplicate to the omnibus bug for supporting newer MySQL versions.

*** This bug has been marked as a duplicate of bug 17258 ***