Actions
Bug #23216
closedQueries should only be parsed once
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2010-07-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using remapping on some tables (typically with Oracle), queries are parsed twice. First time to rewrite it with remapped identifiers and second time, as for all queries, to properly quote them.
This is for sure inefficient and should be avoided. As the quoting mechanism works on the same parsed array as the remapping mechanism does, it should be possible to speed up the whole by using raw output of the remapped function as input for the quote function.
(issue imported from #M15160)
Files
Actions