Skip to content

Releases: activecollab/databaseobject

3.0.2

03 Dec 17:45

Choose a tag to compare

Add requireRegisteredType() method to PoolInterface

3.0.1

02 Dec 10:51

Choose a tag to compare

Fix bug where pool did not set container to result instances

3.0.0

28 Nov 18:09

Choose a tag to compare

Add support for generated fields

2.1.2

22 Nov 10:12

Choose a tag to compare

Fix access to connection, logger and pool in Producers and Managers

2.1.1

22 Nov 08:22

Choose a tag to compare

Make connection, pool and log available to Producer subclasses

2.1.0

21 Nov 10:18

Choose a tag to compare

In this release, we:

  1. Renamed Objects to Entities, because PHP7 reserves Object name for future features,
  2. Deprecated old Object class and ObjectInterface (use Entity and EntityInterface instead)
  3. Added concept of Entity Manager

2.0.1

12 Aug 09:31

Choose a tag to compare

Add support for multiple where() calls in collections

2.0.0

14 Jul 21:12

Choose a tag to compare

Switch to ActiveCollab\Object\ObjectInterface as foundation of database object

1.0.7

07 May 19:07

Choose a tag to compare

Update dependencies

Fix FinderInterface::join() method

12 Feb 20:41

Choose a tag to compare

Pre-release
Fix issued caused by CS Fixed

It renamed Finder's join() function to implode()…