stable

Clone or download

Read-only

Fix queries to allow to the usage of the ONLY_FULL_GROUP_BY SQL mode

Some parts of docman/document still needs to be fixed but the changes seems to be a bit more involved than the ones done in this contribution. They will be managed in a dedicated contribution. To test you can set the SQL modes in `tests/etc/DBConfig/mysql-server-80.cnf` and run the tests. Part of request #29628: Run with ONLY_FULL_GROUP_BY SQL mode Change-Id: Ib681602dbf2105b6adb9faa7c0f20754e7c59dad

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/BacklogItemDao.class.php +1 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/PlanningDao.php +1 −2 Go to diff View file
M plugins/docman/include/ApprovalTable/Reviewer/ReviewerDao.class.php +2 −2 Go to diff View file
M plugins/git/include/GitDao.class.php +45 −3 Go to diff View file
M plugins/timetracking/include/Timetracking/Admin/AdminDao.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeDao.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownFieldDao.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/FieldsetsDao.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php +2 −4 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RuleDao.class.php +1 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/TrackerReportRendererTableTest.php +1 −1 Go to diff View file
M src/common/News/NewsDao.php +1 −2 Go to diff View file
M src/common/Project/Admin/ProjectMembers/ProjectMembersDAO.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SetupMysql/ConnectionManager.php +1 −0 Go to diff View file