summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2010-08-06 20:01:38 +0200
committerGreg Aker <greg.aker@ellislab.com>2010-08-06 20:01:38 +0200
commit88f8d9f4c9d590cc14e71cd77f34e5e2abe57e21 (patch)
tree41c1c9552eb1c1c35293524eb5d5791189547876 /user_guide/changelog.html
parent0f6b7c1ce0f0122ba162dc579a34a73438d4955a (diff)
Removing the following deprecated database methods: orwhere, orlike, groupby, orhaving, orderby, getwhere.
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 f32ee58b3..7e86ba4eb 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -109,6 +109,7 @@ Hg Tag: </p>
<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>
<li>Fixed a bug where an undefined class variable was referenced in database drivers.</li>
+ <li>Removed the following deprecated functions: orwhere, orlike, groupby, orhaving, orderby, getwhere.</li>
</ul>
</li>
<li>Helpers