summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2011-09-17 21:01:14 +0200
committerAndrey Andreev <narf@bofh.bg>2011-09-17 21:01:14 +0200
commit4f04b81bb03587cf8c81513b18fa08c27dba8352 (patch)
tree95bbc5cf8b68f8b992f2054b679ca0fa3ae5a103 /user_guide
parentbadaf2f3389502f02e086f7e34818ad52065213b (diff)
Updated ChangeLog.
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index b86204438..8a4a70642 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -91,7 +91,6 @@ Change Log
<li>
Added additional option 'none' for the optional third argument for <kbd>$this->db->like()</kbd> in the <a href="database/active_record.html">Database Driver</a>.
</li>
- <li>Added support for the configured database character set in OCI8 driver.</li>
</ul>
</li>
<li>Libraries
@@ -129,6 +128,7 @@ Change Log
<li>Fixed a bug (#24) - ODBC database driver called incorrect parent in __construct().</li>
<li>Fixed a bug (#85) - OCI8 (Oracle) database escape_str() function did not escape correct.</li>
<li>Fixed a bug (#344) - Using schema found in <a href="libraries/sessions.html">Saving Session Data to a Database</a>, system would throw error "user_data does not have a default value" when deleting then creating a session.</li>
+ <li>Fixed a bug (#112) - OCI8 (Oracle) driver didn't pass the configured database character set when connecting.</li>
</ul>
<h2>Version 2.0.3</h2>