summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2010-01-26 01:17:01 +0100
committerGreg Aker <greg.aker@ellislab.com>2010-01-26 01:17:01 +0100
commit1edde30e4443bdcb54a16bf220a5a359825ab549 (patch)
tree211bfe5ebf5f0b492fc89ef4b4db86f0056957ef /user_guide
parent472dd21a7bc60147afff7bf100bbb6c9f339d0fc (diff)
Fixing bug in DB Driver where identifiers could be escaped in some drivers that can't accept it in the list_fields() function.
http://codeigniter.com/bug_tracker/bug/5865/ http://codeigniter.com/bug_tracker/bug/11218/
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 4214a0de5..713f012a2 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -75,6 +75,7 @@ SVN Revision: </p>
<li>Database
<ul>
<li>Semantic change to db->version() function to allow a list of exceptions for databases with functions to return version string instead of specially formed SQL queries. Currently this list only includes Oracle and SQLite.</li>
+ <li>Fixed a bug where driver specific table identifier protection could lead to malformed queries in the <kbd>field_data()</kbd> functions.</li>
</ul>
</li>
<li>Helpers