Skip to content

Releases: mvccore/ext-model-db-pgsql

MvcCore - Extension - Model - Database - Postgre SQL - v5.3.1

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 - Postgre SQL - v5.3.0

21 Nov 15:59

Choose a tag to compare

Compatible release for MvcCore v5.3.0.

MvcCore - Extension - Model - Database - Postgre SQL - v5.2.4

03 Oct 11:57

Choose a tag to compare

Updated

  • Dependencies mvccore/mvccore and mvccore/ext-model-db updated to newest versions.

Fixed

  • Wrong PHP Doc tag @inheritDocs changed to proper form @inheritDoc.

MvcCore - Extension - Model - Database - Postgre SQL - v5.2.3

29 Jun 17:30

Choose a tag to compare

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 - Postgre SQL - v5.2.2

15 Feb 11:40

Choose a tag to compare

Changed

  • Method MvcCore\Model::ParseToTypes() is now public.
  • Updated dependency for ext-model-db and mvccore.

MvcCore - Extension - Model - Database - Postgre SQL - v5.2.1

27 Jan 21:48

Choose a tag to compare

Fixed

  • \MvcCore\Ext\Models\Db\Model class instance deep cloning
    (removed extended __clone() method, leaving
    base __clone() method from \MvcCore\Model).

MvcCore - Extension - Model - Database - Postgre SQL - v5.2.0

17 Nov 09:33

Choose a tag to compare

Compatible changes with MvcCore v5.2.0.

MvcCore - Extension - Model - Database - Postgre SQL v5.1.8

31 Oct 23:00

Choose a tag to compare

Updated

  • PHP 8.2 attribute #[\AllowDynamicProperties] for Model class.

MvcCore - Extension - Model - Database - Postgre SQL v5.1.7

21 Oct 15:59

Choose a tag to compare

New

  • Model instances cloning - all data properties with objects are clonned by __clone() magic method.

MvcCore - Extension - Model - Database - Postgre SQL v5.1.6

21 Apr 10:14

Choose a tag to compare

Removed

  • Old compatible catch Exception blocks.