Skip to content

Releases: tflori/orm

Version 1.5.4

26 Mar 10:15
Compare
Choose a tag to compare

Changelog

  • fixed the mock trait to support constructor options
  • allow date time derivates for escaping

Version 1.5.3

25 Oct 11:29
4d9743d
Compare
Choose a tag to compare

Changelog

  • hotfix for composite keys for synchronizing after insert (thx @splitbrain)

Version 1.5.2

25 Oct 09:01
24e614d
Compare
Choose a tag to compare

Changelog

  • fix composite key where in condition for sync inserted (solves #52; thx @Jmp00000001)

Version 1.5.1

29 Sep 10:55
3b914c3
Compare
Choose a tag to compare

Changelog

  • updated return tags for better auto completion (solves #50; thx @splitbrain)

Version 1.5.0

28 Sep 04:27
7db631a
Compare
Choose a tag to compare

Changelog

  • implement bulk import (solves #46)
  • dokument bulk import

Version 1.5 beta 1

15 Sep 08:11
057be4c
Compare
Choose a tag to compare
Version 1.5 beta 1 Pre-release
Pre-release

Changelog

  • implement bulk import (solves #46)
  • dokument bulk import

Version 1.4.0

05 Sep 05:33
fd2b1ba
Compare
Choose a tag to compare

Changelog

  • add GeneratesPrimaryKeys interface to generate primary keys inside save method (solves #47)

Version 1.3.0

28 Oct 16:03
4fbbeb6
Compare
Choose a tag to compare

Changelog

  • add magic __isset() method to check for existence of columns/relations (solves #43)

Version 1.2.1

28 Oct 15:30
91628c6
Compare
Choose a tag to compare

Changelog

  • fixed escaping of DateTime objects (solves #42)

Version 1.2.0

20 Jun 05:34
Compare
Choose a tag to compare

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 in EntityManager for Entity
  • Harmonized the configuration of ORM
  • Implemented a MockTrait for easier mocking of orm functionality without database