Releases: mvccore/ext-model-db
Releases · mvccore/ext-model-db
MvcCore - Extension - Model - Database - v5.3.2
MvcCore - Extension - Model - Database - v5.3.1
Updated
- More self-documented exception message for not decorated model with database table,
- PHP Docs.
MvcCore - Extension - Model - Database - v5.3.0
Compatible release for MvcCore v5.3.0.
MvcCore - Extension - Model - Database - v5.2.23
MvcCore - Extension - Model - Database - v5.2.22
MvcCore - Extension - Model - Database - v5.2.21
Fixed
- Speed optimalization - not thrown an exception too often when calling
Model::GetConnection()
outside of any extended model class.
MvcCore - Extension - Model - Database - v5.2.20
Fixed
- PHP 8.3 compatibility - deprecated
get_class()
without argument.
MvcCore - Extension - Model - Database - v5.2.19
Fixed
- MSSQL multi statement fetching when current statement fetches single row.
MvcCore - Extension - Model - Database - v5.2.18
Fixed
- Single result reader with no rows.
MvcCore - Extension - Model - Database - v5.2.17
New
- Improved serialization with optional
igbinary
extension.
Updated
- Dependency
mvccore/mvccore
updated to newest version.
Fixed
- Wrong PHP Doc tag
@inheritDocs
changed to proper form@inheritDoc
.