Skip to content

Releases: activecollab/databaseobject

3.0.1

02 Dec 10:51
Compare
Choose a tag to compare

Fix bug where pool did not set container to result instances

3.0.0

28 Nov 18:09
Compare
Choose a tag to compare

Add support for generated fields

2.1.2

22 Nov 10:12
Compare
Choose a tag to compare

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

2.1.1

22 Nov 08:22
Compare
Choose a tag to compare

Make connection, pool and log available to Producer subclasses

2.1.0

21 Nov 10:18
Compare
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
Compare
Choose a tag to compare

Add support for multiple where() calls in collections

2.0.0

14 Jul 21:12
Compare
Choose a tag to compare

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

1.0.7

07 May 19:07
Compare
Choose a tag to compare
Update dependencies

Fix FinderInterface::join() method

12 Feb 20:41
Compare
Choose a tag to compare
Pre-release
Fix issued caused by CS Fixed

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

Validation error, return self when error is added

11 Feb 14:10
Compare
Choose a tag to compare
1.0.5

Return exception instance when error is added