[TYPO3-core] RFC: #14394: Better debug output for SQL Explain

Susanne Moog info at susannemoog.de
Wed May 19 19:46:52 CEST 2010


On 19.05.2010 19:40, Susanne Moog wrote:
> Hey,
> 
> in general +1 by reading and testing, though I'd change:
> 
> + t3lib_div::debug($data, 'tables ' . $from_table, 'DB SQL EXPLAIN');
> 
> to
> 
> + t3lib_div::debug($data, 'tables: ' . $from_table, 'DB SQL EXPLAIN');
> 
> (yeah, i know, nitpicking ;) but I think it looks nicer with the colon)


ah, forgot to mention one thing I noticed while testing: Testing this
with dbal does not work (no console shows up and if you call the "wrong
insert" from your make wrong test extension you get an fatal error).



More information about the TYPO3-team-core mailing list