Skip to content

Releases: skipperbent/pecee-pixie

Version 4.16.3

06 Mar 13:52
1bbfcdc

Choose a tag to compare

Version 4.16.2

06 Mar 13:39
c242fea

Choose a tag to compare

  • Bugfixes

Version 4.16.1

06 Mar 12:21
22923ba

Choose a tag to compare

  • Fixed bindings not casted as array before merge.

Version 4.16.0

06 Mar 11:45
afcb797

Choose a tag to compare

  • Fixed binding issues on nested raw statements.

4.15.8

19 Jul 19:03
b485b73

Choose a tag to compare

  • Fixed params with ? not escaped correctly

4.15.7

23 May 10:08
112054b

Choose a tag to compare

  • Make sure select doesn't pick the same fields (select columns unique).

4.15.6

18 Feb 18:58
e46b35c

Choose a tag to compare

  • Exception class: Fixed issue causing notice when error has no message defined.

Version 4.15.5

16 Feb 13:51
e84465f

Choose a tag to compare

  • Skip sanitation if first character contains ".

Version 4.15.4

13 Jun 23:23
3058234

Choose a tag to compare

  • Fixed raw bindings not working as expected for join + generally optimised raw-bindings.

Version 4.15.3

07 Jun 23:03
aa79d50

Choose a tag to compare

  • Fixed Raw not working correctly for join statements, for example:
$query->join('hostnames', 'host', '=', $this->raw('?', [$host]))
  • Changed references for SqlServer class.