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

!!![BUGFIX] Fix for sql_mode=only_full_group_by #12

Open
wants to merge 1 commit into
base: release/v8-v9
Choose a base branch
from

Conversation

sypets
Copy link

@sypets sypets commented Jan 14, 2020

In newer MySQL versions the query in GlossaryRepository::findAllForIndex()
will fail if sql_mode contains only_full_group_by.

The problem is the ORDER BY clause which does not match the GROUP BY.

This patch replaces the Extbase query entirely with Doctrine-dbal
functionality.

The use of language fetching via getAspect() will not work for TYPO3
previous to 9.5

Resolves: #10

In newer MySQL versions the query in GlossaryRepository::findAllForIndex()
will fail if sql_mode contains only_full_group_by.

The problem is the ORDER BY clause which does not match the GROUP BY.

This patch replaces the Extbase query entirely with Doctrine-dbal
functionality.

The use of language fetching via getAspect() will not work for TYPO3
previous to 9.5

Resolves: WapplerSystems#10
@sypets sypets force-pushed the sypets/fix-for-only_full_group_by-WITH-QB branch from 63bd3df to 5172ccd Compare January 14, 2020 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 errors on 9.5.9 after upgrade from 8.7.27
1 participant