Releases: compositephp/db
Releases · compositephp/db
v0.4.3
v0.4.2
- Minor fixes and optimisations
v0.4.1
- Performance optimisations
v0.4.0
- Rework internal find methods: rename findOneInternal to _findOne etc and get rid of mandatory createEntity calling
- Add Where class for flexible condition
- Add to CombinedTransaction saveMany and deleteMany
- Bugfixes and improvements
v0.3.3
- Support UUID as primary key
- Optimize Optimistic locks
- Code improvements
v0.3.2
- Smart multi-get added
- Smart multi-insert added
- Updated logic with cache flushing
- Tests code coverage 100%
v0.3.1
- Remove hidden logic behind the SoftDelete trait
- Add UpdatedAt trait
- Add .gitattributes
v0.3.0
- Move migrations and code generation to composite/sync package
- Update entity dependency version
v0.2.0
- Migrate from cycle/database to doctrine/dbal
- Add ConnectionManager
- Move migrations to separate package
- Change psalm to phpstan
v0.1.8-alpha
TableConfig optimisation