Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GROUP BY issue #290

Open
yuliu opened this issue Jan 20, 2022 · 0 comments
Open

GROUP BY issue #290

yuliu opened this issue Jan 20, 2022 · 0 comments
Labels
b:1.8 Branch: 1.8.x s:confirmed Status: Confirmed. Retested and found the issue exists t:bug Type: Bug. An issue causing error / flaw / malfunction

Comments

@yuliu
Copy link
Member

yuliu commented Jan 20, 2022

The error has been seen in phpBB users module:

1055 - Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'XXX.u.user_type' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

This affects MySQL with sql_mode only_full_group_by enabled, PostgresSQL and probably SQLite.

@yuliu yuliu added t:bug Type: Bug. An issue causing error / flaw / malfunction b:1.8 Branch: 1.8.x s:confirmed Status: Confirmed. Retested and found the issue exists labels Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
b:1.8 Branch: 1.8.x s:confirmed Status: Confirmed. Retested and found the issue exists t:bug Type: Bug. An issue causing error / flaw / malfunction
Projects
None yet
Development

No branches or pull requests

1 participant