summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-05-12 21:14:57 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-05-12 21:14:57 +0200
commit5fe155ecd05af4ee68ef093200fb6a241baa89ce (patch)
tree3ae7966baebe3c9edf96a86a235cf00a8641e40d /user_guide
parent0d53b3bdc0cebb534e559ef1ddaaf05c6a12eccd (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')
-rw-r--r--user_guide/changelog.html3
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 &quot;FALSE&quot; argument are no longer escaped (ie: quoted).</li>
+ </ul>
</li>
<li>Config
<ul>