yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 149 forks source link

Display transaction begin/end in debug panel database queries list #510

Open PowerGamer1 opened 1 year ago

PowerGamer1 commented 1 year ago

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.