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

List of queries in debug panel is empty when Connection::enableProfiling is false #509

Open PowerGamer1 opened 1 year ago

PowerGamer1 commented 1 year ago

What steps will reproduce the problem?

Set \yii\db\Connection::enableProfiling to false and \yii\db\Connection::enableLogging to true.

What's expected?

All SQL queries are displayed in debug panel as usual but with empty (or hidden) "Duration" column.

What do you get instead?

The list of SQL queries is empty.

Additional info

Q A
Yii version 2.0.48.1
Yii version 2.1.23