Actions
Bug #16298
closedError with parsing debug (Oracle XE)
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2006-06-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the debug log module I get an error when I choose "parsing". I see the error when I use "printError" for DBAL debug configuration:
SELECT "query", "serdata"
FROM "tx_dbal_debuglog"
WHERE
"errorFlag"&2 = 2
This statement triggers ORA-00920 (invalid relational operator).
To aid debugging it might be worth displaying the caller stack. Perhaps enabled by another debug option as it is usually quite long.
(issue imported from #M3759)
Actions