Skip to content

Commit 012d342

Browse files
committed
Update User Guide
1 parent 94c29b0 commit 012d342

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelogs/v4.7.1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ <h2><a class="toc-backref" href="#id6" role="doc-backlink">Bugs Fixed</a><a clas
337337
<li><p><strong>Database:</strong> Fixed a bug where <code class="docutils literal notranslate"><span class="pre">BaseConnection::callFunction()</span></code> could double-prefix already-prefixed function names.</p></li>
338338
<li><p><strong>Database:</strong> Fixed a bug where <code class="docutils literal notranslate"><span class="pre">BasePreparedQuery::prepare()</span></code> could mis-handle SQL containing colon syntax by over-broad named-placeholder replacement. It now preserves PostgreSQL cast syntax like <code class="docutils literal notranslate"><span class="pre">::timestamp</span></code>.</p></li>
339339
<li><p><strong>Model:</strong> Fixed a bug where <code class="docutils literal notranslate"><span class="pre">BaseModel::updateBatch()</span></code> threw an exception when <code class="docutils literal notranslate"><span class="pre">updateOnlyChanged</span></code> was <code class="docutils literal notranslate"><span class="pre">true</span></code> and the index field value did not change.</p></li>
340+
<li><p><strong>Model:</strong> Fixed a bug where <code class="docutils literal notranslate"><span class="pre">Model::chunk()</span></code> ran an unnecessary extra database query at the end of iteration. <code class="docutils literal notranslate"><span class="pre">chunk()</span></code> now also throws <code class="docutils literal notranslate"><span class="pre">InvalidArgumentException</span></code> when called with a non-positive chunk size.</p></li>
340341
<li><p><strong>Session:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">MemcachedHandler</span></code> where the constructor incorrectly threw an exception when <code class="docutils literal notranslate"><span class="pre">savePath</span></code> was not empty.</p></li>
341342
<li><p><strong>Toolbar:</strong> Fixed a bug where the standalone toolbar page loaded from <code class="docutils literal notranslate"><span class="pre">?debugbar_time=...</span></code> was not interactive.</p></li>
342343
<li><p><strong>Toolbar:</strong> Fixed a bug in the Routes panel where only the first route parameter was converted to an input field on hover.</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)