Skip to content

Releases: infinityloop-dev/coolbeans

Added IntPrimaryKey column type and nullable columns

10 May 12:45
558c76c

Choose a tag to compare

  • Added IntPrimaryKey into supported column types
  • Added support and check for nullable columns

Fixed missin return in TCommon

22 Mar 14:15
ce9a4da

Choose a tag to compare

v0.4.2

Forgotten return

Fixed condition in filterIn function

16 Mar 21:13
d5af6d3

Choose a tag to compare

v0.4.1

Fixed filterIn condition

Added simple routing filter implementatiton

15 Mar 23:45
38d4a03

Choose a tag to compare

Added forgotten Delete result objects

11 Mar 15:23
f248107

Choose a tag to compare

v0.3.1

Create DeleteByArray.php

Many new features !

11 Mar 15:07
ef6704a

Choose a tag to compare

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

10 Mar 12:25
32b10aa

Choose a tag to compare

New

  • DataSource contract includes transation method

Initial release

07 Mar 22:03

Choose a tag to compare

v0.1

Moved PrimaryKey into Contract ns