yii2-debug
yii2-debug copied to clipboard
Display transaction begin/end in debug panel database queries list
The list of SQL queries in the debug panel should include the rows displaying when PDO::beginTransaction()
, PDO::rollBack()
and PDO::commit()
were called. Collecting and displaying profiling info for these calls is unnecessary.