Actions
Bug #56306
closedquoteFieldNames() results an empty string
Status:
Closed
Priority:
Should have
Assignee:
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