Skip to content

Releases: mvccore/ext-model-db

MvcCore - Extension - Model - Database - v5.3.4

05 Sep 20:27

Choose a tag to compare

Updated

  • Improved debugger interface to include query before an error could occur.

MvcCore - Extension - Model - Database - v5.3.3

01 Sep 16:44

Choose a tag to compare

Updated

  • All PHP Docs types with NULL changed into ? syntax.

MvcCore - Extension - Model - Database - v5.3.2

22 Jan 17:42

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

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

Choose a tag to compare

Compatible release for MvcCore v5.3.0.

MvcCore - Extension - Model - Database - v5.2.23

08 Oct 12:21

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

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

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

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

Choose a tag to compare

Fixed

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