Releases: mvccore/ext-model-db
Releases · mvccore/ext-model-db
MvcCore - Extension - Model - Database - v5.3.4
MvcCore - Extension - Model - Database - v5.3.3
Updated
- All PHP Docs types with
NULLchanged into?syntax.
MvcCore - Extension - Model - Database - v5.3.2
Fixed
- Batch model execution when added some model isntances without any touched property.
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.