diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-01-19 20:48:33 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-01-19 20:48:33 +0100 |
commit | d87815d21ec08974eaa386f0be9936a5f1e630fa (patch) | |
tree | 8c00bc5d91a3d9616a291fda57a8b9c3ba267386 /user_guide/changelog.html | |
parent | 08c688747f7ed2757ad428c7c4e2f6a5fd97dc23 (diff) |
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 684d3fa97..3283b1a66 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -90,6 +90,7 @@ Change Log <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 'random' as an <kbd>order_by()</kbd> option , and removed "rand()" 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 "constrain_by_prefix" parameter to db->list_table() function. If set to TRUE it will limit the result to only table names with the current prefix.</li>
<li>Deprecated from Active Record; <kbd>getwhere()</kbd> for <kbd>get_where()</kbd>; <kbd>groupby()</kbd> for <kbd>group_by()</kbd>; <kbd>havingor()</kbd> for <kbd>having_or()</kbd>; <kbd>orderby()</kbd> for <kbd>order_by</kbd>; <kbd>orwhere()</kbd> for <kbd>or_where()</kbd>; and <kbd>orlike()</kbd> for <kbd>or_like()</kbd>.</li>
</ul>
</li>
|