Releases: activecollab/databaseobject
Releases · activecollab/databaseobject
3.0.1
Fix bug where pool did not set container to result instances
3.0.0
Add support for generated fields
2.1.2
Fix access to connection, logger and pool in Producers and Managers
2.1.1
Make connection, pool and log available to Producer
subclasses
2.1.0
In this release, we:
- Renamed Objects to Entities, because PHP7 reserves Object name for future features,
- Deprecated old Object class and ObjectInterface (use Entity and EntityInterface instead)
- Added concept of Entity Manager
2.0.1
Add support for multiple where()
calls in collections
2.0.0
Switch to ActiveCollab\Object\ObjectInterface
as foundation of database object
1.0.7
Update dependencies
Fix FinderInterface::join() method
Fix issued caused by CS Fixed It renamed Finder's join() function to implode()…
Validation error, return self when error is added
1.0.5 Return exception instance when error is added