PowerGamer1
Results
12
issues of
PowerGamer1
### 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...
type:bug
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...
type:enhancement