Version 5.0.0
Added
- Added
setQueryTime
method.
Changed
- Updated method for calculating query durations to be more accurate.
- Updated
getQueryTime
andgetTotalQueries
methods to accept a specific database name. - Updated
DbFactory::create
method to not require a specificdefault
database.
Removed
- Removed concept of "default" and "current" database in favor of simply using "current".
- Removed
getDefaultConnectionName
method.