Project

General

Profile

Actions

Bug #23216

closed

Queries should only be parsed once

Added by Xavier Perseguers over 14 years ago. Updated about 14 years ago.

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

15160_poc.diff (8.83 KB) 15160_poc.diff Administrator Admin, 2010-07-17 12:53
15160_v1.diff (28.2 KB) 15160_v1.diff Administrator Admin, 2010-07-17 19:50
Actions

Also available in: Atom PDF