Project

General

Profile

Actions

Bug #56306

closed

quoteFieldNames() results an empty string

Added by Andreas Fernandez about 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2014-02-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

DBAL's DatabaseConnection.php uses the method quoteFieldNames() which returns an empty string in all cases. But, the method INSERTquery() uses the result of quoteFieldNames() to set keys of an array.

The problem here is, that DBAL's SqlParser.php tries to access $GLOBALS['TYPO3_DB'] which is not set.

Actions

Also available in: Atom PDF