Actions
Bug #22636
closed[develop] debug all sql queries
Start date:
2010-08-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The DB class has the option debugOutput which is configured with
$TYPO3_CONF_VARS['SYS']['sqlDebug']
Setting this var debugs all failed queries.
For develop it is also interesting to see all generated queries.
Add this functionality to t3lib_db:
0: no debug
1: debug failed queries
2: debug all queries
(issue imported from #M15425)
Files
Actions