This page is still a beta!

Extension Repository

Debug Mysql DB

Debug Mysql DB

Extends t3lib_db (by xclassing it) to show Errors and Debug-Messages. Usefull for viewing and debugging of sql-queries generated using its methods. Shows error messages if they occur. Simply deinstall to remove all debug-output.

Last upload comment

Bugfix: SQL ERROR has not been shown when an alias has been used in long queries (Thanks to F.Holzinger)

Download

Version 0.4.1 beta
Last uploaded May 2, 2011
Downloads 1444
Extension key debug_mysql_db
Author Stefan Geith
Category
Dependencies
Conflicts
Manual Read online
Downloads by version

Version history

Expand
Collapse
0.4.0 use the latest query in debug output if lastBuiltQuery is empty add conflict with the dbal extension fix bug: SQL ERROR has not been shown when an alias has been used Thanks to Franz Holzinger
0.3.6 Fix bug in debugging not the tables from EXCLUDETABLES; Thanks to Franz Holzinger
0.3.4 Changed: do not call any code of debug_mysql_db if TYPO3_MODE is not FE or BE or ALL. This should speed it up. (by Franz Holzinger)
0.4.0 use the latest query in debug output if lastBuiltQuery is empty add conflict with the dbal extension fix bug: SQL ERROR has not been shown when an alias has been used Thanks to Franz Holzinger
0.3.6 Fix bug in debugging not the tables from EXCLUDETABLES; Thanks to Franz Holzinger
0.3.4 Changed: do not call any code of debug_mysql_db if TYPO3_MODE is not FE or BE or ALL. This should speed it up. (by Franz Holzinger)
0.3.3 Changed: do not debug disabled tables even in an error case (by Franz Holzinger)
0.3.2 Version 0.3.2 add exclude table names which are normally system tables and the output is not wanted for the debugging of extensions; add the TCA option to show only those tables from which the $TCA has been loaded; fix bug where queries with tabl
0.3.0 Add all new methods of t3lib_DB from TYPO3 4.3 (Thanks to Franz Holzinger)
Back to Extension List