diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-05-08 00:06:51 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-05-08 00:06:51 +0200 |
commit | d007243f15002bac68291fc7e8acbe6303f81a78 (patch) | |
tree | 9c7431cb835100d57af39f6c807659d5c58a32c2 /user_guide/changelog.html | |
parent | b514b029391c9559b567d2e2d5dd97f0e7de0be1 (diff) |
flipped the $not flag for or_where_not_in()
http://codeigniter.com/bug_tracker/bug/4171/
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 851ec7a92..351e1e85e 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -114,6 +114,7 @@ SVN Commit: not currently released</p> <li>Fixed DB Driver and MySQLi result driver checking for resources instead of objects (#3461).</li>
<li>Fixed an incorrect documentation of $this->load->language (#3520).</li>
<li>Fixed an AR_caching error where it wasn't tracking table aliases (#3463).</li>
+ <li>Fixed an AR bug with or_where_not_in() (#4171).</li>
<li>Fixed an AR bug when joining with a table alias and table prefix (#4400).</li>
<li>Fixed a bug in DB Forge, when inserting an id field (#3456).</li>
<li>Fixed a bug in the DB class testing the $params argument.</li>
|