From 88f8d9f4c9d590cc14e71cd77f34e5e2abe57e21 Mon Sep 17 00:00:00 2001
From: Greg Aker
Date: Fri, 6 Aug 2010 13:01:38 -0500
Subject: Removing the following deprecated database methods: orwhere, orlike,
groupby, orhaving, orderby, getwhere.
---
user_guide/changelog.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'user_guide/changelog.html')
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:
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.
Fixed a bug where driver specific table identifier protection could lead to malformed queries in the field_data() functions.
Fixed a bug where an undefined class variable was referenced in database drivers.
+ Removed the following deprecated functions: orwhere, orlike, groupby, orhaving, orderby, getwhere.
Helpers
--
cgit v1.2.3-24-g4f1b