Skip to content

Commit 94c29b0

Browse files
committed
Update User Guide
1 parent 86a04ba commit 94c29b0

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
@@ -335,6 +335,7 @@ <h2><a class="toc-backref" href="#id6" role="doc-backlink">Bugs Fixed</a><a clas
335335
<li><p><strong>ContentSecurityPolicy:</strong> Fixed a bug where custom CSP tags were not removed from generated HTML when CSP was disabled. The method now ensures that all custom CSP tags are removed from the generated HTML.</p></li>
336336
<li><p><strong>ContentSecurityPolicy:</strong> Fixed a bug where <code class="docutils literal notranslate"><span class="pre">generateNonces()</span></code> produces corrupted JSON responses by replacing CSP nonce placeholders with unescaped double quotes. The method now automatically JSON-escapes nonce attributes when the response Content-Type is JSON.</p></li>
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>
338+
<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>
338339
<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>
339340
<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>
340341
<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>

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)