tag:github.com,2008:https://github.com/skipperbent/pecee-pixie/releases Release notes from pecee-pixie 2024-03-06T13:52:24Z tag:github.com,2008:Repository/81995505/4.16.3 2024-03-06T13:52:42Z Version 4.16.3 <ul> <li>Bugfixes</li> </ul> skipperbent tag:github.com,2008:Repository/81995505/4.16.2 2024-03-06T13:39:05Z Version 4.16.2 <ul> <li>Bugfixes</li> </ul> skipperbent tag:github.com,2008:Repository/81995505/4.16.1 2024-03-06T12:21:36Z Version 4.16.1 <ul> <li>Fixed bindings not casted as array before merge.</li> </ul> skipperbent tag:github.com,2008:Repository/81995505/4.16.0 2024-03-06T11:45:10Z Version 4.16.0 <ul> <li>Fixed binding issues on nested raw statements.</li> </ul> skipperbent tag:github.com,2008:Repository/81995505/4.15.8 2023-07-19T19:03:25Z 4.15.8 <ul> <li>Fixed params with ? not escaped correctly</li> </ul> skipperbent tag:github.com,2008:Repository/81995505/4.15.7 2023-05-23T10:08:14Z 4.15.7 <ul> <li>Make sure select doesn't pick the same fields (select columns unique).</li> </ul> skipperbent tag:github.com,2008:Repository/81995505/4.15.6 2023-02-18T18:58:20Z 4.15.6 <ul> <li><code>Exception</code> class: Fixed issue causing notice when error has no message defined.</li> </ul> skipperbent tag:github.com,2008:Repository/81995505/4.15.5 2023-02-16T13:51:19Z Version 4.15.5 <ul> <li>Skip sanitation if first character contains <code>"</code>.</li> </ul> skipperbent tag:github.com,2008:Repository/81995505/4.15.4 2021-06-13T23:23:29Z Version 4.15.4 <ul> <li>Fixed raw bindings not working as expected for join + generally optimised raw-bindings.</li> </ul> skipperbent tag:github.com,2008:Repository/81995505/4.15.3 2021-06-07T23:03:11Z Version 4.15.3 <ul> <li>Fixed Raw not working correctly for join statements, for example:</li> </ul> <div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$query-&gt;join('hostnames', 'host', '=', $this-&gt;raw('?', [$host]))"><pre><span class="pl-s1"><span class="pl-c1">$</span>query</span>-&gt;<span class="pl-en">join</span>(<span class="pl-s">'<span class="pl-s">hostnames</span>'</span>, <span class="pl-s">'<span class="pl-s">host</span>'</span>, <span class="pl-s">'<span class="pl-s">=</span>'</span>, <span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-&gt;<span class="pl-en">raw</span>(<span class="pl-s">'<span class="pl-s">?</span>'</span>, [<span class="pl-s1"><span class="pl-c1">$</span>host</span>]))</pre></div> <ul> <li>Changed references for <code>SqlServer</code> class.</li> </ul> skipperbent