Feature #16352
closed
Log number of return or affected rows
Added by Martin Kutschker over 18 years ago.
Updated almost 14 years ago.
Category:
Database API (Doctrine DBAL)
Description
Log more infos (see subject) in the DBAL debug log.
(issue imported from #M3855)
Files
Documentation updated with new debug option "numberRows":
$TYPO3_CONF_VARS['EXTCONF']['dbal']['debugOptions'] = array(
'enabled' => TRUE, // Generally, enable debugging.
'printErrors' => TRUE, // Enable output of SQL errors after query executions.
'EXPLAIN' => TRUE, // EXPLAIN SELECT ...(Only on default handler)
'parseQuery' => TRUE, // Parsing queries, testing parsability (All queries)
'joinTables' => TRUE,
'numberRows' => TRUE, // Number of affected/returned rows (INSERT, UPDATE, DELETE or SELECT)
);
Committed to trunk (rev. 34572). Will be part of TYPO3 4.5.
Also available in: Atom
PDF