Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Releases: csrdelft/orm

v1.9.0

05 Mar 16:20
Compare
Choose a tag to compare

cache_path is now the socket or host the cache should connect to and does not default to a file in that path.

v1.8.6: Allow loading of an external container (#19)

01 Dec 13:03
31e3cf5
Compare
Choose a tag to compare
* Allow loading of an external container

* Update README.md

v1.8.5: Make all constructors public

30 Nov 12:11
Compare
Choose a tag to compare

Constructors are now public.

v1.8.4

18 Aug 14:00
Compare
Choose a tag to compare
Bugfix for ORM: Invalidate cache after insertion when memache disabled

v1.8.3

22 May 08:32
46e90a1
Compare
Choose a tag to compare
Return a value from prefetch if result is false

v1.8.2

19 May 14:18
7319ae4
Compare
Choose a tag to compare

Adds checking by Sonar and a small bug fix.

v1.8.1

11 Jan 19:55
02314cc
Compare
Choose a tag to compare

Add computed attributes. Improve test coverage.

v1.8.0: utf8mb4

25 Nov 23:31
354899e
Compare
Choose a tag to compare

Not compatible with 1.7, requires a database in utf8mb4 format.

1.7.7

03 Nov 14:25
Compare
Choose a tag to compare

updateOrCreate returns inserted id when creating rows

1.7.6

30 Aug 11:39
Compare
Choose a tag to compare
Lower php verison requirement