yii2-debug icon indicating copy to clipboard operation
yii2-debug copied to clipboard

Display transaction begin/end in debug panel database queries list

Open PowerGamer1 opened this issue 1 year ago • 0 comments

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.

PowerGamer1 avatar Jul 05 '23 12:07 PowerGamer1