Skip to content

Releases: mvccore/ext-model-db

MvcCore - Extension - Model - Database - v5.3.2

22 Jan 17:42
Compare
Choose a tag to compare

Fixed

  • Batch model execution when added some model isntances without any touched property.

MvcCore - Extension - Model - Database - v5.3.1

10 Jan 13:52
Compare
Choose a tag to compare

Updated

  • More self-documented exception message for not decorated model with database table,
  • PHP Docs.

MvcCore - Extension - Model - Database - v5.3.0

21 Nov 15:59
Compare
Choose a tag to compare

Compatible release for MvcCore v5.3.0.

MvcCore - Extension - Model - Database - v5.2.23

08 Oct 12:21
Compare
Choose a tag to compare

New

  • Compatible updates for PHP 8.4,
  • PHPDocs.

Full Changelog: v5.2.22...v5.2.23

MvcCore - Extension - Model - Database - v5.2.22

13 Feb 15:34
Compare
Choose a tag to compare

New

  • Very small optimalizations.

Full Changelog: v5.2.21...v5.2.22

MvcCore - Extension - Model - Database - v5.2.21

21 Dec 17:13
Compare
Choose a tag to compare

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

12 Dec 13:26
Compare
Choose a tag to compare

Fixed

  • PHP 8.3 compatibility - deprecated get_class() without argument.

MvcCore - Extension - Model - Database - v5.2.19

11 Dec 16:16
Compare
Choose a tag to compare

Fixed

  • MSSQL multi statement fetching when current statement fetches single row.

MvcCore - Extension - Model - Database - v5.2.18

23 Nov 16:08
Compare
Choose a tag to compare

Fixed

  • Single result reader with no rows.

MvcCore - Extension - Model - Database - v5.2.17

03 Oct 11:57
Compare
Choose a tag to compare

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.