summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-09-18 01:10:56 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-09-18 01:10:56 +0200
commit0ea96950241ddea55318091b3dc91914fa582987 (patch)
tree95bbc5cf8b68f8b992f2054b679ca0fa3ae5a103 /user_guide
parent349070a24afb82576fdb05ceee85fc3cd28a099e (diff)
parent4f04b81bb03587cf8c81513b18fa08c27dba8352 (diff)
Merge pull request #457 from narfbg/develop
Add support for the configured oracle database charset (Issue #112)
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 8dd64a3a2..8a4a70642 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -128,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>