Releases: infinityloop-dev/coolbeans
Releases · infinityloop-dev/coolbeans
Added IntPrimaryKey column type and nullable columns
- Added IntPrimaryKey into supported column types
- Added support and check for nullable columns
Fixed missin return in TCommon
v0.4.2 Forgotten return
Fixed condition in filterIn function
v0.4.1 Fixed filterIn condition
Added simple routing filter implementatiton
v0.4 Create Routing.php
Added forgotten Delete result objects
v0.3.1 Create DeleteByArray.php
Many new features !
New
- Result objects on write operations instead of plain PrimaryKey or number of affected rows
- History Decorator
- More generic approach in Bean Decorator
- PrimaryKey is required and therefore not nullable
Added transation method to DataSource
New
- DataSource contract includes transation method
Initial release
v0.1 Moved PrimaryKey into Contract ns