tag:github.com,2008:https://github.com/skipperbent/pecee-pixie/releasesRelease notes from pecee-pixie2024-03-06T13:52:24Ztag:github.com,2008:Repository/81995505/4.16.32024-03-06T13:52:42ZVersion 4.16.3<ul>
<li>Bugfixes</li>
</ul>skipperbenttag:github.com,2008:Repository/81995505/4.16.22024-03-06T13:39:05ZVersion 4.16.2<ul>
<li>Bugfixes</li>
</ul>skipperbenttag:github.com,2008:Repository/81995505/4.16.12024-03-06T12:21:36ZVersion 4.16.1<ul>
<li>Fixed bindings not casted as array before merge.</li>
</ul>skipperbenttag:github.com,2008:Repository/81995505/4.16.02024-03-06T11:45:10ZVersion 4.16.0<ul>
<li>Fixed binding issues on nested raw statements.</li>
</ul>skipperbenttag:github.com,2008:Repository/81995505/4.15.82023-07-19T19:03:25Z4.15.8<ul>
<li>Fixed params with ? not escaped correctly</li>
</ul>skipperbenttag:github.com,2008:Repository/81995505/4.15.72023-05-23T10:08:14Z4.15.7<ul>
<li>Make sure select doesn't pick the same fields (select columns unique).</li>
</ul>skipperbenttag:github.com,2008:Repository/81995505/4.15.62023-02-18T18:58:20Z4.15.6<ul>
<li><code>Exception</code> class: Fixed issue causing notice when error has no message defined.</li>
</ul>skipperbenttag:github.com,2008:Repository/81995505/4.15.52023-02-16T13:51:19ZVersion 4.15.5<ul>
<li>Skip sanitation if first character contains <code>"</code>.</li>
</ul>skipperbenttag:github.com,2008:Repository/81995505/4.15.42021-06-13T23:23:29ZVersion 4.15.4<ul>
<li>Fixed raw bindings not working as expected for join + generally optimised raw-bindings.</li>
</ul>skipperbenttag:github.com,2008:Repository/81995505/4.15.32021-06-07T23:03:11ZVersion 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->join('hostnames', 'host', '=', $this->raw('?', [$host]))"><pre><span class="pl-s1"><span class="pl-c1">$</span>query</span>-><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>-><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