Skip to content

Releases: infinityloop-dev/coolbeans

Added IntPrimaryKey column type and nullable columns

Choose a tag to compare

@peldax peldax released this 10 May 12:45
558c76c
  • Added IntPrimaryKey into supported column types
  • Added support and check for nullable columns

Fixed missin return in TCommon

Choose a tag to compare

@peldax peldax released this 22 Mar 14:15
ce9a4da
v0.4.2

Forgotten return

Fixed condition in filterIn function

Choose a tag to compare

@peldax peldax released this 16 Mar 21:13
d5af6d3
v0.4.1

Fixed filterIn condition

Added simple routing filter implementatiton

Choose a tag to compare

@peldax peldax released this 15 Mar 23:45
38d4a03
v0.4

Create Routing.php

Added forgotten Delete result objects

Choose a tag to compare

@peldax peldax released this 11 Mar 15:23
f248107
v0.3.1

Create DeleteByArray.php

Many new features !

Choose a tag to compare

@peldax peldax released this 11 Mar 15:07
ef6704a

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

Choose a tag to compare

@peldax peldax released this 10 Mar 12:25
32b10aa

New

  • DataSource contract includes transation method

Initial release

Choose a tag to compare

@peldax peldax released this 07 Mar 22:03
v0.1

Moved PrimaryKey into Contract ns