You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"success":false,"errors":["Unable to add pick: An exception occurred while executing
\u0027SELECT p.pick_duration, m.manager_name, avg(pick_duration) as pick_average\r\n
FROM players p\r\n
LEFT OUTER JOIN managers m\r\n
ON m.manager_id = p.manager_id\r\n
WHERE p.draft_id = ?\r\n
GROUP BY m.manager_name \r\n
ORDER BY pick_average DESC\r\n
LIMIT 1\u0027:\n\
nSQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column \u0027phpdraft.p.pick_duration\u0027 which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by"]}
Angular seems to indicate that I can't do something when the draft is already closed, but the message went away quickly, so I'm not positive what it said.
The text was updated successfully, but these errors were encountered:
error message:
Angular seems to indicate that I can't do something when the draft is already closed, but the message went away quickly, so I'm not positive what it said.
The text was updated successfully, but these errors were encountered: