Skip to content

Releases: starweb/starlit-db

0.16.0

18 Aug 12:52
Compare
Choose a tag to compare

Add PHP 8.2 support;
Raise minimum PHP version to 7.4

0.15.0

22 Jun 14:55
be357b1
Compare
Choose a tag to compare

Changes

Added handling of scema additions on unserialize.

0.14.1

17 Apr 06:41
521efeb
Compare
Choose a tag to compare

Fixed

  • A bug caused backward compatibility issues when sending in PDO options

0.14.0

12 Apr 07:22
f4efbdd
Compare
Choose a tag to compare

Changed

  • Add Travis tests for PHP 7.2 and 7.3
  • Raise minimum php version to 7.1
  • update starlit/utils package to ^1.1

0.13.0

20 Mar 12:05
b790081
Compare
Choose a tag to compare

Changes

  • This release prepares for the 1.0.0 release by triggering deprecation errors when using the constructor with a PDO object or a host and database string.
  • Adds a PdoFactoryInterface as constructor argument which creates a new PDO instance inside of the Db::connect function.

0.12.2

26 Feb 13:33
8cd4da6
Compare
Choose a tag to compare

AbstractDbEntity::clearModifiedDbProperty() A loose comparison check would fail for the first element with an index of 0

0.12.1

17 Dec 14:36
cad5d41
Compare
Choose a tag to compare
  • Added function for getting modified db properties (AbstractDbEntity::getModifiedDbProperties())

0.12.0

21 Jul 13:39
Compare
Choose a tag to compare
  • Adding helper method to get pagination result as objects if pagination is requested

0.11.0

19 Jul 13:14
Compare
Choose a tag to compare
  • Allow entity primary key value edit.

0.10.0

25 Mar 22:40
Compare
Choose a tag to compare
  • New update on duplicate key option for db insert.
  • New getDbRowData() method in db entity.