debug_kit icon indicating copy to clipboard operation
debug_kit copied to clipboard

Drop method DebugLog::totalRows() and remove "Total Rows" display from SQL Panel

Open ADmad opened this issue 5 years ago • 1 comments

DebugLog::totalRows() returns the total of LoggedQuery::$numRows of all logged queries. The latter would be count of fetched rows in case of SELECT queries and affected rows in case of INSERT,UPDATE/DELETE queries.

I can't see how the total of fetched/affect rows of multiple queries be useful to anyone.

ADmad avatar Jun 07 '20 18:06 ADmad

Removing the total rows is fine by me. I think we added it because it was simple to add.

markstory avatar Jun 08 '20 00:06 markstory