Project

General

Profile

Actions

Bug #69660

closed

Epic #64459: Make TYPO3 run on PostgreSQL

Invalid SQL query originating in BackendUtility::readPageAccess(1, 31)

Added by Morton Jonuschat over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #67077: PHP error on page creationClosedMorton Jonuschat2015-05-21

Actions
Actions

Also available in: Atom PDF