From 72d61337496738d276d7671f0e07f201713aec6a Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 30 Jan 2008 20:52:22 +0000 Subject: Fixed bug #1813 - added check for $CI->db isset() and is_object() before returning false in Loader::database() --- user_guide/changelog.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 908037a67..670cbdab8 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -93,7 +93,10 @@ Change Log
  • 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().
  • -
  • Modified csv_from_result() to output CSV data more in the spirit of basic rules of RFC 4180.
  • +
  • Modified csv_from_result() to output CSV data more in the spirit of basic rules of RFC 4180.
  • +
  • Added 'char_set' and 'dbcollat' database configuration settings, to explicitly set the client communication properly.
  • +
  • Removed 'active_r' configuration setting and replaced with a global $active_record setting, which is more + in harmony with the global nature of the behavior (#1834).
  • @@ -164,6 +167,7 @@ Change Log

    Bug fixes for Version 1.6.0