Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Releases: Orbitale/DoctrineTools

v0.5.5

13 Jul 08:34
Compare
Choose a tag to compare

Inject new fixture's data when creating new instance of an object

v0.5.4

13 Jul 08:13
Compare
Choose a tag to compare

Add a protected method to create an instance of the object associated with the fixture

v0.5.3

23 Aug 09:23
Compare
Choose a tag to compare

New features

[1ff1056] Add setGeneratorBasedOnId() in AbstractFixture. Very useful when using "id" in fixture objects, and when having to maintain different types of database systems.

v0.5.2

18 Aug 08:44
Compare
Choose a tag to compare

Fixes/Improvements

[e0c7e05, 9aaa164] Fix issues with heavy sqlite databases ("undefined object" issue) by adding a new clearEntityManagerOnFlush method

v0.5.1

09 Aug 10:31
Compare
Choose a tag to compare

Fixes

[234675e] Fix ID generation issues with PostgreSQL

v0.5.0

22 Jul 14:22
Compare
Choose a tag to compare

New feature

[9db5b6b] Allow support for multiple entity identifiers

v0.4.4

08 Mar 10:20
Compare
Choose a tag to compare

Fix

[5e4326d] Fix issue with callables

v0.4.3

08 Mar 10:05
Compare
Choose a tag to compare

Feature

[2affc30] Allow to use callables as values in AbstractFixture

v0.4.2

26 Jan 13:46
Compare
Choose a tag to compare

Fix

[193fee8] Fix batch loading not flushing all items

v0.4.1

05 Jan 10:53
Compare
Choose a tag to compare

Fix

[c6c1543] AbstractFixture: Fix BC break in IDs search matching