Releases: SpareParts/Pillar
Releases · SpareParts/Pillar
Release list
Upgraded Enum dependency to stable 1.0
Merge pull request #3 from nubium/upgrade_deps_enum Upgrade spareparts/enum 0.5 -> 1.0
Virtual entities
Adds possibility of having virtual entities which cannot be persisted/fetched.
No dangling properties
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
Added possibility to request Fluent that doesn't fetch entities
Relaxed version restrictions on enum package
Merge pull request #6 from SpareParts/relaxed_enum_version Relaxed version restrictions on enum package
"Insert or update" feature
Merge pull request #5 from SpareParts/insertOrUpdate DibiEntityAssistant: added "insertOrUpdate" method
Sorting
Merge pull request #2 from SpareParts/sorting Fluent: now knows how to apply sorting (SQL ORDER BY)
Working entities
- annotations
- mapping to mysql database
- insert / update / fetch