Releases: mvccore/ext-model-db-pgsql
Releases · mvccore/ext-model-db-pgsql
MvcCore - Extension - Model - Database - Postgre SQL - v5.3.1
MvcCore - Extension - Model - Database - Postgre SQL - v5.3.0
Compatible release for MvcCore v5.3.0.
MvcCore - Extension - Model - Database - Postgre SQL - v5.2.4
Updated
- Dependencies
mvccore/mvccoreandmvccore/ext-model-dbupdated to newest versions.
Fixed
- Wrong PHP Doc tag
@inheritDocschanged to proper form@inheritDoc.
MvcCore - Extension - Model - Database - Postgre SQL - v5.2.3
New
- Cloning -
NULLvalues set automatically into autoincrement or into primary key or into simplest unique key property/properties. - Property/properties marked in this style above must have nullable types.
MvcCore - Extension - Model - Database - Postgre SQL - v5.2.2
Changed
- Method
MvcCore\Model::ParseToTypes()is now public. - Updated dependency for
ext-model-dbandmvccore.
MvcCore - Extension - Model - Database - Postgre SQL - v5.2.1
Fixed
\MvcCore\Ext\Models\Db\Modelclass instance deep cloning
(removed extended__clone()method, leaving
base__clone()method from\MvcCore\Model).
MvcCore - Extension - Model - Database - Postgre SQL - v5.2.0
Compatible changes with MvcCore v5.2.0.
MvcCore - Extension - Model - Database - Postgre SQL v5.1.8
Updated
- PHP 8.2 attribute
#[\AllowDynamicProperties]forModelclass.
MvcCore - Extension - Model - Database - Postgre SQL v5.1.7
New
- Model instances cloning - all data properties with objects are clonned by
__clone()magic method.
MvcCore - Extension - Model - Database - Postgre SQL v5.1.6
Removed
- Old compatible catch Exception blocks.