Releases: mvccore/ext-model-db
Releases · mvccore/ext-model-db
MvcCore - Extension - Model - Database - v5.2.16
New
- Improved
Batch
model class - edit resource instance is configurable and created by factory method.
MvcCore - Extension - Model - Database - v5.2.15
New
- Model -
\DateTime
parsing with all other values in zero-like values. - Model - method
GetInitialValues()
supports props flags.
MvcCore - Extension - Model - Database - v5.2.14
Added
- Third param to break or continue loop in completion callback in method
ToAny($callback)
in Multiple Reader.
MvcCore - Extension - Model - Database - v5.2.13
New
- Cloning -
NULL
values 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 - v5.2.12
Fixed
- Multiple statement multiple reading.
MvcCore - Extension - Model - Database - v5.2.11
Fixed
- Metadata parsing - primary column(s) auto-increment feature.
MvcCore - Extension - Model - Database - v5.2.10
Fixed
- Do not convert scalar into target scalar type if db value is
NULL
.
MvcCore - Extension - Model - Database - v5.2.9
Updated
- Composer requirement
mvccore/mvccore
>= v5.2.15. - Improved model property value conversion into scalar.
Now it's possible to comfortably extend this functionality.
MvcCore - Extension - Model - Database - v5.2.8
Fixed
- Do not change transaction isolation for every insert.
MvcCore - Extension - Model - Database - v5.2.7
Fixed
- Batch model always use metadata statement, standard connection only if available.