Actions
Bug #19412
closedEnhance debug information with SQL data
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2008-10-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Method t3lib_db::debug_check_recordset() outputs a backtrace to the syslog and the devlog in case where a SQL query failed. The output to the devlog could be more useful if it also contained the SQL query that cause the problem as well as the SQL error.
The solution is simply to add this to the extra arguments passed to t3lib::devLog().
(issue imported from #M9480)
Files
Updated by Oliver Hader about 16 years ago
Committed to SVN (by Dmitry):
- Trunk (rev. 4322)
- TYPO3_4-2 (rev. 4325)
Actions