Skip to content

Commit f93a42f

Browse files
committed
Update User Guide
1 parent a5bdfab commit f93a42f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelogs/v4.7.3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">Bugs Fixed</a><a clas
331331
<li><p><strong>CLI:</strong> Fixed a bug where <code class="docutils literal notranslate"><span class="pre">CLI::generateDimensions()</span></code> leaked <code class="docutils literal notranslate"><span class="pre">stty</span></code> error output (e.g., <code class="docutils literal notranslate"><span class="pre">stty:</span> <span class="pre">'standard</span> <span class="pre">input':</span> <span class="pre">Inappropriate</span> <span class="pre">ioctl</span> <span class="pre">for</span> <span class="pre">device</span></code>) to stderr when stdin was not a TTY.</p></li>
332332
<li><p><strong>CLI:</strong> Fixed a bug where <code class="docutils literal notranslate"><span class="pre">CLI::generateDimensions()</span></code> leaked <code class="docutils literal notranslate"><span class="pre">tput</span></code> error output (<code class="docutils literal notranslate"><span class="pre">tput:</span> <span class="pre">No</span> <span class="pre">value</span> <span class="pre">for</span> <span class="pre">$TERM</span> <span class="pre">and</span> <span class="pre">no</span> <span class="pre">-T</span> <span class="pre">specified</span></code>) to stderr when the <code class="docutils literal notranslate"><span class="pre">stty</span></code> fallback was reached and the <code class="docutils literal notranslate"><span class="pre">TERM</span></code> environment variable was not set.</p></li>
333333
<li><p><strong>Commands:</strong> Fixed a bug in the <code class="docutils literal notranslate"><span class="pre">env</span></code> command where passing options only would cause the command to throw a <code class="docutils literal notranslate"><span class="pre">TypeError</span></code> instead of showing the current environment.</p></li>
334+
<li><p><strong>Commands:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">key:generate</span></code> command where the regex used to locate the <code class="docutils literal notranslate"><span class="pre">encryption.key</span></code> line was fooled by a comment containing the substring (silently writing nothing), and did not handle DotEnv’s <code class="docutils literal notranslate"><span class="pre">export</span> <span class="pre">encryption.key</span> <span class="pre">=</span> <span class="pre">...</span></code> syntax.</p></li>
334335
<li><p><strong>Common:</strong> Fixed a bug where the <code class="docutils literal notranslate"><span class="pre">command()</span></code> helper function did not properly clean up output buffers, which could lead to risky tests when exceptions were thrown.</p></li>
335336
<li><p><strong>Database:</strong> Fixed a bug where <code class="docutils literal notranslate"><span class="pre">BaseConnection::listTables()</span></code> could return a sparse array when using cached table names after a table was dropped.</p></li>
336337
<li><p><strong>Database:</strong> Fixed a bug where the PostgreSQL driver’s <code class="docutils literal notranslate"><span class="pre">increment()</span></code> and <code class="docutils literal notranslate"><span class="pre">decrement()</span></code> methods were not working for numeric columns.</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)