From d87815d21ec08974eaa386f0be9936a5f1e630fa Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sat, 19 Jan 2008 19:48:33 +0000 Subject: --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide') 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
  • Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or not. Previously they were always saved.
  • Added 'random' as an order_by() option , and removed "rand()" as a listed option as it was MySQL only.
  • Added a check for NULL fields in the MySQL database backup utility.
  • +
  • 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.
  • Deprecated from Active Record; getwhere() for get_where(); groupby() for group_by(); havingor() for having_or(); orderby() for order_by; orwhere() for or_where(); and orlike() for or_like().
  • -- cgit v1.2.3-24-g4f1b