-
release-2.2.5 Stable
released this
2019-12-03 23:45:27 +00:00 | 293 commits to master since this releaseThis update brings the following new features and bug fixes.
New features:
- Added a $json modifier to force values to be output as JSON encoded strings when sending to the database. Normally this is automatic if the value is an object (such as
stdClass
) but can now be forced if, for example, you need to JSON encode an array.
Bug fixes:
- Updated SQL compliant with regard to
expression != BOOLEAN
search criteria. Internally,!=
is converted to<>
which when used with a boolean won't work.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Added a $json modifier to force values to be output as JSON encoded strings when sending to the database. Normally this is automatic if the value is an object (such as