Skip to content

Releases: SpareParts/Pillar

Upgraded Enum dependency to stable 1.0

Choose a tag to compare

@SpareParts SpareParts released this 07 Jan 12:17
36d039c
Merge pull request #3 from nubium/upgrade_deps_enum

Upgrade spareparts/enum 0.5 -> 1.0

Virtual entities

Choose a tag to compare

@SpareParts SpareParts released this 12 Mar 09:34
a5eb47d

Adds possibility of having virtual entities which cannot be persisted/fetched.

No dangling properties

Choose a tag to compare

@SpareParts SpareParts released this 08 Feb 10:11
4a4301c

DibiEntityMapper is now able to find entity columns mapped to incorrect tables (tables that are not present in the entity table list). This is almost certainly a bug in the code, so Pillar raises an EntityMappingException. This might cause a BC BREAK (in case you have this bug in your code), so update with caution.

Fluent for aggregations

Choose a tag to compare

@SpareParts SpareParts released this 04 Sep 06:33

Added possibility to request Fluent that doesn't fetch entities

Relaxed version restrictions on enum package

Choose a tag to compare

@SpareParts SpareParts released this 07 Aug 12:29
Merge pull request #6 from SpareParts/relaxed_enum_version

Relaxed version restrictions on enum package

"Insert or update" feature

Choose a tag to compare

@SpareParts SpareParts released this 02 Aug 09:04
Merge pull request #5 from SpareParts/insertOrUpdate

DibiEntityAssistant: added "insertOrUpdate" method

Sorting

Choose a tag to compare

@SpareParts SpareParts released this 24 Apr 08:11
Merge pull request #2 from SpareParts/sorting

Fluent: now knows how to apply sorting (SQL ORDER BY)

Working entities

Choose a tag to compare

@SpareParts SpareParts released this 22 Apr 14:39
  • annotations
  • mapping to mysql database
  • insert / update / fetch