Releases: tflori/orm
Releases · tflori/orm
Version 1.5.4
Changelog
- fixed the mock trait to support constructor options
- allow date time derivates for escaping
Version 1.5.3
Changelog
- hotfix for composite keys for synchronizing after insert (thx @splitbrain)
Version 1.5.2
Changelog
- fix composite key where in condition for sync inserted (solves #52; thx @Jmp00000001)
Version 1.5.1
Changelog
- updated return tags for better auto completion (solves #50; thx @splitbrain)
Version 1.5.0
Changelog
- implement bulk import (solves #46)
- dokument bulk import
Version 1.5 beta 1
Changelog
- implement bulk import (solves #46)
- dokument bulk import
Version 1.4.0
Changelog
- add GeneratesPrimaryKeys interface to generate primary keys inside save method (solves #47)
Version 1.3.0
Changelog
- add magic __isset() method to check for existence of columns/relations (solves #43)
Version 1.2.1
Changelog
- fixed escaping of DateTime objects (solves #42)
Version 1.2.0
Finally there is our new release for ORM version 1.2
Changelog
- Introduced and moved functionality to
ORM\Dbal\*
#32 - Introduced describe method for
Entity
,Dbal
- Introduced Validation #33
- Introduced naming service and moved functionally to
Namer
- Introduced a fill method for filling entity by attribute names
- Add ignoreUnknown flag for fill method #31
- Introduced a
getInstance()
method inEntityManager
forEntity
- Harmonized the configuration of ORM
- Implemented a MockTrait for easier mocking of orm functionality without database