Releases: RhubarbPHP/Module.Stem
Releases · RhubarbPHP/Module.Stem
Fence to prevent warnings on de-dupe
- Fixed: Fenced added to prevent warning thrown by de-duping rows which have no augmentation data
Complying to Log::error() spec
1.5.8 Complying to Log::error() spec
LoginProvider bug fix
Bug where $modelClassName was accessed before it was initialised.
Fixed LSB issue with pdo repository
1.5.3 Fixed LSB issue with pdo repository
1.5.2
added read/write connection splitting support
Adding a new ListContains filter to allow for Array filtering
Merge pull request #58 from RhubarbPHP/feature/ListContainsFilter ListContains Filter
Add support for Mysql Literal filter
Merge pull request #55 from RhubarbPHP/feature/MySqlJsonSupport MySql JSON type support
Make sure MysqlSetColumn values are transformed going in, and out
Merge pull request #57 from RhubarbPHP/feature/TransformMysqlSetValues Make sure MysqlSetColumn values are transformed going in, and out
Version 1.4.1
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
1.4.0 added charset support for MySQL Repository