Releases: skipperbent/pecee-pixie
Releases · skipperbent/pecee-pixie
Version 4.16.3
- Bugfixes
Version 4.16.2
- Bugfixes
Version 4.16.1
- Fixed bindings not casted as array before merge.
Version 4.16.0
- Fixed binding issues on nested raw statements.
4.15.8
- Fixed params with ? not escaped correctly
4.15.7
- Make sure select doesn't pick the same fields (select columns unique).
4.15.6
Exception
class: Fixed issue causing notice when error has no message defined.
Version 4.15.5
- Skip sanitation if first character contains
"
.
Version 4.15.4
- Fixed raw bindings not working as expected for join + generally optimised raw-bindings.
Version 4.15.3
- Fixed Raw not working correctly for join statements, for example:
$query->join('hostnames', 'host', '=', $this->raw('?', [$host]))
- Changed references for
SqlServer
class.