summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-10-09 00:38:31 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-10-09 00:38:31 +0200
commita8664295b31968aa29556b93b13bb6a6080be19e (patch)
tree404a63086198a559f804789e736b0c7a0c29d6e6 /user_guide
parentd8ee6c86e4a3bbaf392679773e69f4791e3a3239 (diff)
moved call to $RES->num_rows() further down in code so that oracle-specific class variables would be set properly as needed before executing
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 ce9400590..c6154f082 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -128,6 +128,7 @@ SVN Revision: XXXX</p>
<li>Fixed a bug in <kbd>highlight_code()</kbd> in the <a href="helpers/text_helper.html">Text helper</a> that would leave a stray &lt;/span&gt; in certain cases.</li>
<li>Fixed Oracle bug (#3306) that was preventing multiple queries in one action.</li>
<li>Fixed ODBC bug that was ignoring connection params due to its use of a constructor.</li>
+ <li>Fixed a DB driver bug with num_rows() that would cause an error with the Oracle driver.</li>
</ul>
<h2>Version 1.6.3</h2>