Skip to content

Releases: tflori/orm

v1.10.0

14 Oct 10:04
Compare
Choose a tag to compare

What's Changed

  • document the transaction methods (closes #81)
  • add delete method to entity (closes #82)
  • advance requirements to ease maintenance
  • implement magic methods __serialize and __unserialize to avoid deprecation warning (closes #79)
  • fix issue in update statements without joins in pgsql and sqlite dbals (closes #78)

Full Changelog: v1.9.1...v1.10.0

v1.10.0-rc.2

08 Oct 15:03
Compare
Choose a tag to compare
v1.10.0-rc.2 Pre-release
Pre-release

Changelog:

  • document the transaction methods (closes #81)
  • add delete method to entity (closes #82)

v1.10.0-rc.1: Merge pull request #80 from tflori/advance-requirements

07 Oct 16:19
b6d327c
Compare
Choose a tag to compare

Changelog:

  • #80 advance requirements to ease maintenance
  • #79 implement magic methods __serialize and __unserialize to avoid deprecation warning
  • #78 fix issue in update statements without joins in pgsql and sqlite dbals

v1.9.1

05 Nov 12:01
f57b1f4
Compare
Choose a tag to compare

Changelog:

  • fix an issue with update statements with multiple where conditions

Version 1.9.0

13 Oct 08:18
310c586
Compare
Choose a tag to compare

Changelog:

Version 1.9.0 Release Candidate 10

12 Jul 06:38
310c586
Compare
Choose a tag to compare
Pre-release

Changelog:

  • allow to add columns to entity fetchers

Version 1.9.0 Release Candidate 9

07 Jul 22:39
0a9c181
Compare
Choose a tag to compare
Pre-release

Changelog:

  • add parent children relation with build tree method

Version 1.9.0 Release Candidate 8

02 Jul 11:24
e799aaa
Compare
Choose a tag to compare
Pre-release

Changelog:

  • fix error in eager loading

Version 1.9.0 Release Candidate 7

01 Jul 06:33
d638902
Compare
Choose a tag to compare
Pre-release

Changelog:

  • implement eager loading of relations from entities and fetchers
  • switch to gitlab-ci
  • fix endless recursion in to array

Version 1.9.0 Release Candidate 6

17 Jun 06:20
79674f9
Compare
Choose a tag to compare
Pre-release

Changelog:

  • implement a simulation of nested transaction with savepoints