Releases: bayfrontmedia/simple-pdo
Releases · bayfrontmedia/simple-pdo
Release list
Version 5.4.5
Changed
- Updated
existsmethod ofDbclass to useSELECT 1instead of using thecountmethod for better performance
Version 5.4.4
Fixed
- Fixed bug in
matchexpression inbindParamsmethod ofDbclass - Fixed bug in
is_functionmethod ofQueryclass
Version 5.4.3
Version 5.4.2
Added
- Added support for MySQL functions in query builder conditions.
Version 5.4.1
Added
- Added support for
NULLin values and conditions ofDbclass methods.
Version 5.4.0
Added
- Added
startGroupandendGroupmethods.
Version 5.3.0
Added
- Added
groupBymethod.
Changed
- Updated documentation.
Version 5.2.0
Added
- Added
aggregatemethod and related constants. - Added the following operators:
OPERATOR_STARTS_WITH_INSENSITIVEOPERATOR_DOES_NOT_START_WITH_INSENSITIVEOPERATOR_ENDS_WITH_INSENSITIVEOPERATOR_DOES_NOT_END_WITH_INSENSITIVEOPERATOR_HAS_INSENSITIVEOPERATOR_DOES_NOT_HAVE_INSENSITIVEOPERATOR_NOT_NULL
Depreciated
- Depreciated
getTotalRowsmethod in favor ofaggregate.
Version 5.1.0
Version 5.0.0
Added
- Added
setQueryTimemethod.
Changed
- Updated method for calculating query durations to be more accurate.
- Updated
getQueryTimeandgetTotalQueriesmethods to accept a specific database name. - Updated
DbFactory::createmethod to not require a specificdefaultdatabase.
Removed
- Removed concept of "default" and "current" database in favor of simply using "current".
- Removed
getDefaultConnectionNamemethod.