Actions
Bug #69660
closedEpic #64459: Make TYPO3 run on PostgreSQL
Invalid SQL query originating in BackendUtility::readPageAccess(1, 31)
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2015-09-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
BackendUtility::readPageAccess(1, 31) results in the following SELECT call:
DatabaseConnection::exec_SELECTquery("*", "pages", "uid=1 AND pages.deleted=0 AND 31", "", "", "1")
The error happens somewhere between in the readPageAccess, the following call is possibly wrong:
BackendUtility::getRecord("pages", 1, "*", " AND 31")
Database: PostgreSQL 9.4.4
TYPO3 7.5-dev
Actions