summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-05-07 21:58:23 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-05-07 21:58:23 +0200
commit05097759476d3e18f2699503c1c47a30dba702af (patch)
treeb1a109a7062f668aebf7faea5250b6442a8ab9af /user_guide
parentcd6f9cdbbcdd550e73beccb906fe7ee78714a3f1 (diff)
Added checks for objects in DB driver instead of just resources to accommodate MySQLi, and fixed check in mysqli_result.php checking for a resource.
http://codeigniter.com/bug_tracker/bug/3461/
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 95635568e..851ec7a92 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -111,6 +111,7 @@ SVN Commit: not currently released</p>
<ul>
<li>Fixed a bug (#3191) with ORIG_PATH_INFO URI parsing.</li>
<li>Fixed assorted user guide typos (#3453, #4364, #4379, #4399, #4408, #4412, #4448, #4488).</li>
+ <li>Fixed DB Driver and MySQLi result driver checking for resources instead of objects (#3461).</li>
<li>Fixed an incorrect documentation of $this-&gt;load-&gt;language (#3520).</li>
<li>Fixed an AR_caching error where it wasn't tracking table aliases (#3463).</li>
<li>Fixed an AR bug when joining with a table alias and table prefix (#4400).</li>