Bug #79447
closedUnify usage of fe_group in tables of TYPO3 core
100%
Description
The column "fe_group" is defined as varchar everywhere in the core except in table "sys_collection".
This will cause some problems with some DBMS (e.g. PostgreSQL) as the FrontendGroupRestriction::class will generate a query which will e.g. check against empty string.
Thus the column "fe_group" should be unified to varchar.
Example:
The following tests fail with the column "fe_group" defined as integer:
- RecordCollectionRepositoryTest::doesFindByUidReturnAnObjectInFrontendMode
- RecordCollectionRepositoryTest::doesFindByUidRespectEnableFieldsInFrontendMode
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51392
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51392
Updated by Gerrit Code Review almost 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51392
Updated by Manuel Selbach almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 27fcf17029c3f2eab730a3a4aec9f4e17d3172b6.