Actions
Bug #79651
closedTask #79652: Fix functional tests on PostgreSQL
Make JsonRenderer.ts for functional test compatible with PostgreSQL
Start date:
2017-02-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
The typoscript currently uses unescaped database field names in a select which includes fields with mixed case. These fieldnames get converted to lowercase on PostgreSQL and the queries fail due to unknown columns.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51569
Updated by Gerrit Code Review almost 8 years ago
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/51569
Updated by Christian Kuhn almost 8 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Morton Jonuschat almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8a72b99a704627f949e7e98debee34684de17d16.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions