Skip to content

Commit

Permalink
Update website for 4.32.0 release notes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Mar 1, 2016
1 parent 4faa573 commit 2a27e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rdoc/files/doc/release_notes/4_32_0_txt.html
Expand Up @@ -40,7 +40,7 @@ <h1 class='name'>4.32.0.txt</h1>

<h1 id="label-New+Features">New Features<span><a href="#label-New+Features">&para;</a> <a href="#top">&uarr;</a></span></h1>
<ul><li>
<p>A no_auto_string_literals extension has been added, which removes the
<p>A no_auto_literal_strings extension has been added, which removes the
automatic usage of strings in filter arguments as literal SQL code. By
default, if you do:</p>

Expand All @@ -62,7 +62,7 @@ <h1 id="label-New+Features">New Features<span><a href="#label-New+Features">&par
literal SQL code is probably the most common SQL injection vector in
applications using <a href="../../../classes/Sequel.html">Sequel</a>.</p>

<p>With the no_auto_string_literals extension, passing a plain string as the
<p>With the no_auto_literal_strings extension, passing a plain string as the
first or only argument to a filter method raises an exception. If you want
to use literal SQL code, you have to do so explicitly:</p>

Expand Down

0 comments on commit 2a27e82

Please sign in to comment.