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

Releases: csrdelft/orm

v1.9.0

Choose a tag to compare

@qurben qurben released this 05 Mar 16:20

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)

Choose a tag to compare

@qurben qurben released this 01 Dec 13:03
31e3cf5
* Allow loading of an external container

* Update README.md

v1.8.5: Make all constructors public

Choose a tag to compare

@qurben qurben released this 30 Nov 12:11

Constructors are now public.

v1.8.4

Choose a tag to compare

@mathcals mathcals released this 18 Aug 14:00
Bugfix for ORM: Invalidate cache after insertion when memache disabled

v1.8.3

Choose a tag to compare

@qurben qurben released this 22 May 08:32
46e90a1
Return a value from prefetch if result is false

v1.8.2

Choose a tag to compare

@qurben qurben released this 19 May 14:18
7319ae4

Adds checking by Sonar and a small bug fix.

v1.8.1

Choose a tag to compare

@qurben qurben released this 11 Jan 19:55
02314cc

Add computed attributes. Improve test coverage.

v1.8.0: utf8mb4

Choose a tag to compare

@qurben qurben released this 25 Nov 23:31
354899e

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

1.7.7

Choose a tag to compare

@mathcals mathcals released this 03 Nov 14:25

updateOrCreate returns inserted id when creating rows

1.7.6

Choose a tag to compare

@mathcals mathcals released this 30 Aug 11:39
Lower php verison requirement