debug_kit icon indicating copy to clipboard operation
debug_kit copied to clipboard

Can we show the database name with the connection name in SQL Log

Open nshiddqui opened this issue 3 years ago • 3 comments

in the SQL log, currently, we are showing connection name, number of rows and took the time(ms),

it would be better if we will show the database name as well.

and it should work on a fly database that is created on the controller.

nshiddqui avatar Dec 05 '21 04:12 nshiddqui

In most applications the database name would be redundant as the connection generally maps to only one database.

We could replace the connection name with the database name but having both seems noisy.

markstory avatar Dec 05 '21 16:12 markstory

I am also against showing redundant information.

LordSimal avatar Jan 14 '23 09:01 LordSimal

replace the connection name with database like CakePHP 1.3 debug log

nshiddqui avatar Jan 18 '23 08:01 nshiddqui