diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-05-12 21:14:57 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-05-12 21:14:57 +0200 |
commit | 5fe155ecd05af4ee68ef093200fb6a241baa89ce (patch) | |
tree | 3ae7966baebe3c9edf96a86a235cf00a8641e40d /user_guide/changelog.html | |
parent | 0d53b3bdc0cebb534e559ef1ddaaf05c6a12eccd (diff) |
Escape behaviour in where() clauses has changed; values in those with the "FALSE" argument are no longer escaped (ie: quoted).
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 7d06f795f..83ce9a669 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -72,7 +72,8 @@ SVN Commit: not currently released</p> <li>Database
<ul>
<li>Added <a href="./database/transactions.html">Strict Mode</a> to database transactions.</li>
- </ul>
+ <li>Escape behaviour in where() clauses has changed; values in those with the "FALSE" argument are no longer escaped (ie: quoted).</li>
+ </ul>
</li>
<li>Config
<ul>
|