Actions
Bug #21789
closedRewritten queries are logged as parseError in DBAL Debug BE module
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2009-12-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Whenever a query is rewritten, e.g., which LIKE statements rewritten as dbms_lob.instr(column, 'text', 1,1 ) > 0 when using Oracle or more recently with SQL hints (see #21780) being dropped are logged as errors.
This appears when activating logs. Each query even without exception is logged but method debug_parseSQLpart from t3lib_sqlparser (in Core) is used and returns an error as the input query is not the same as the "output" or generated one. This is obvious that when rewriting queries, input and output won't match.
(issue imported from #M12910)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.3
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.
Actions