summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-01-23 00:44:32 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-01-23 00:44:32 +0100
commit3b11868b3aa56c83419d904435a5b7dfbf997063 (patch)
treefa79e092b37f32afb78c27bf13ec2cdd8ec42311 /user_guide/changelog.html
parent571e2c280a4358202dff1888055038431f032eeb (diff)
Added $this->db->dbprefix() to manually add database prefixes.
Diffstat (limited to 'user_guide/changelog.html')
-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 66aa63539..8b086fb44 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -88,6 +88,7 @@ Change Log
<li>Other Database Related
<ul>
<li>Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or not. Previously they were always saved.</li>
+ <li>Added $this->db->dbprefix() to manually add database prefixes.</li>
<li>Added 'random' as an <kbd>order_by()</kbd> option , and removed &quot;rand()&quot; as a listed option as it was MySQL only.</li>
<li>Added a check for NULL fields in the MySQL database backup utility.</li>
<li>Added &quot;constrain_by_prefix&quot; parameter to db-&gt;list_table() function. If set to TRUE it will limit the result to only table names with the current prefix.</li>