Skip to content

Commit 03fc860

Browse files
committed
Update User Guide
1 parent e5f1c3b commit 03fc860

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelogs/v4.6.4.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">Bugs Fixed</a><a clas
320320
<ul class="simple">
321321
<li><p><strong>Database:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">Database::connect()</span></code> which was causing to store non-shared connection instances in shared cache.</p></li>
322322
<li><p><strong>Database:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">Connection::getFieldData()</span></code> for <code class="docutils literal notranslate"><span class="pre">SQLSRV</span></code> and <code class="docutils literal notranslate"><span class="pre">OCI8</span></code> where extra characters were returned in column default values (specific to those handlers), instead of following the convention used by other drivers.</p></li>
323+
<li><p><strong>Database:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">BaseBuilder::compileOrderBy()</span></code> where the method could overwrite <code class="docutils literal notranslate"><span class="pre">QBOrderBy</span></code> with a string instead of keeping it as an array, causing type errors and preventing additional <code class="docutils literal notranslate"><span class="pre">ORDER</span> <span class="pre">BY</span></code> clauses from being appended.</p></li>
323324
<li><p><strong>Forge:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">Postgre</span></code> and <code class="docutils literal notranslate"><span class="pre">SQLSRV</span></code> where changing a column’s default value using <code class="docutils literal notranslate"><span class="pre">Forge::modifyColumn()</span></code> method produced incorrect SQL syntax.</p></li>
324325
<li><p><strong>Model:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">Model::replace()</span></code> where <code class="docutils literal notranslate"><span class="pre">created_at</span></code> field (when available) wasn’t set correctly.</p></li>
325326
<li><p><strong>Model:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">Model::insertBatch()</span></code> and <code class="docutils literal notranslate"><span class="pre">Model::updateBatch()</span></code> where casts were not applied to inserted or updated values.</p></li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)