From 15ddc9d0c1971de92c0f80bfe12f157786f97895 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 20 Dec 2007 13:54:39 +0000 Subject: Changed the behaviour of variables submitted to the where() clause with no values to auto set "IS NULL" Added parenthesis around table names in SQL FROM --- 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 b122c42fa..f5f1ad28d 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -84,6 +84,7 @@ Change Log
  • Added a language entry for valid_ip validation error.
  • Added a third parameter to Active Record's like() clause to control where the wildcard goes.
  • Moved the safe mode and auth checks for the Email library into the constructor.
  • +
  • Changed the behaviour of variables submitted to the where() clause with no values to auto set "IS NULL"
  • Fixed a bug in highlight_pharse() that caused an error with slashes.
  • Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an object.
  • Fixed a bug in the Email library where some timezones were calculated incorrectly.
  • -- cgit v1.2.3-24-g4f1b