Skip to content

Releases: skipperbent/pecee-pixie

Version 4.16.3

Choose a tag to compare

@skipperbent skipperbent released this 06 Mar 13:52
1bbfcdc
  • Bugfixes

Version 4.16.2

Choose a tag to compare

@skipperbent skipperbent released this 06 Mar 13:39
c242fea
  • Bugfixes

Version 4.16.1

Choose a tag to compare

@skipperbent skipperbent released this 06 Mar 12:21
22923ba
  • Fixed bindings not casted as array before merge.

Version 4.16.0

Choose a tag to compare

@skipperbent skipperbent released this 06 Mar 11:45
afcb797
  • Fixed binding issues on nested raw statements.

4.15.8

Choose a tag to compare

@skipperbent skipperbent released this 19 Jul 19:03
b485b73
  • Fixed params with ? not escaped correctly

4.15.7

Choose a tag to compare

@skipperbent skipperbent released this 23 May 10:08
112054b
  • Make sure select doesn't pick the same fields (select columns unique).

4.15.6

Choose a tag to compare

@skipperbent skipperbent released this 18 Feb 18:58
e46b35c
  • Exception class: Fixed issue causing notice when error has no message defined.

Version 4.15.5

Choose a tag to compare

@skipperbent skipperbent released this 16 Feb 13:51
e84465f
  • Skip sanitation if first character contains ".

Version 4.15.4

Choose a tag to compare

@skipperbent skipperbent released this 13 Jun 23:23
3058234
  • Fixed raw bindings not working as expected for join + generally optimised raw-bindings.

Version 4.15.3

Choose a tag to compare

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