Actions
Task #57173
closedEpic #55070: Workpackages
Epic #55065: WP: Overall System Performance (Backend and Frontend)
Epic #55656: Optimize overall Extbase performance
Story #55168: Optimize Extbase generic persistence
Task #55167: Extbase: avoid parseQuery() / buildQuery() to be called multiple times
Use of cf_extbase_typo3dbbackend_queries results in fatal
Start date:
2014-03-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Sprint Focus:
Description
After upgrading to RC1 and creating cache table cf_extbase_typo3dbbackend_queries (and _tags), queries on fe_users now fatal.
My query on fe_users (findAll or findByUsergroup, does not matter) fails while mapping fe_users to FrontendUser objects because the WHERE clause reads:
fe_groups.uid = '6','8' AND fe_groups.deleted=0 AND fe_groups.hidden=0
see the "=" with two values
This happens as soon as it tries to map a fe_users with 2 fe_groups associated (6 and 8)
Actions