Skip to content

Releases: RhubarbPHP/Module.Stem

Fence to prevent warnings on de-dupe

20 Dec 11:37

Choose a tag to compare

  • Fixed: Fenced added to prevent warning thrown by de-duping rows which have no augmentation data

Complying to Log::error() spec

11 Dec 12:57

Choose a tag to compare

1.5.8

Complying to Log::error() spec

LoginProvider bug fix

08 Dec 15:13

Choose a tag to compare

Bug where $modelClassName was accessed before it was initialised.

Fixed LSB issue with pdo repository

23 Nov 13:08

Choose a tag to compare

1.5.3

Fixed LSB issue with pdo repository

1.5.2

23 Nov 12:01

Choose a tag to compare

added read/write connection splitting support

Adding a new ListContains filter to allow for Array filtering

01 Nov 16:41
903caa2

Choose a tag to compare

Merge pull request #58 from RhubarbPHP/feature/ListContainsFilter

ListContains Filter

Add support for Mysql Literal filter

31 Oct 15:52
ad76eaa

Choose a tag to compare

Merge pull request #55 from RhubarbPHP/feature/MySqlJsonSupport

MySql JSON type support

Make sure MysqlSetColumn values are transformed going in, and out

31 Oct 12:09
230d238

Choose a tag to compare

Merge pull request #57 from RhubarbPHP/feature/TransformMysqlSetValues

Make sure MysqlSetColumn values are transformed going in, and out

Version 1.4.1

26 Oct 11:46

Choose a tag to compare

Bugfix: When attempting to filter on a collection with multiple columns of the same name, the filter could only be applied to the last one. It now uses aliases to allow you to specify the correct column by giving it a unique alias and referring to that.

Charset support for MySQL Repository

16 Oct 16:34

Choose a tag to compare

1.4.0

added charset support for MySQL Repository