From 3535caa4eb9b455be1b041d9056a02e81d4e35a7 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 11 Feb 2008 05:57:57 +0000 Subject: Fixed a bug in query binding (#3402). --- user_guide/changelog.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 54ac4f02f..bf31475f5 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -87,10 +87,11 @@ Change Log
  • Deprecated is_numeric as a validation rule. Use of numeric and integer are preferred.
  • Made Active Record fully database prefix aware (#3384)
  • Fixed a bug where DBForge was outputting invalid SQL in Postgres by adding brackets around the tables in FROM
  • -
  • Fixed a bug (#3396) where certain POST variables would cause a PHP warning.
  • -
  • Changed the behaviour of Active Record's update() to make the WHERE clause optional (#3395).
  • +
  • Changed the behaviour of Active Record's update() to make the WHERE clause optional (#3395).
  • +
  • Fixed a bug (#3396) where certain POST variables would cause a PHP warning.
  • +
  • Fixed a bug in query binding (#3402).
  • Changed order of SQL keywords in the Profiler $highlight array so OR would not be highlighted before ORDER BY
  • -
  • Fixed assorted user guide typos.
  • +
  • Fixed assorted user guide typos.
  • -- cgit v1.2.3-24-g4f1b