aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-06 10:00:15 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-06 12:59:17 +0100
commit077773257b682b7929e77ced3bbf46acf56a10c9 (patch)
treee18237d6566f2157bc286cf6cf37eea405432072 /activerecord/CHANGELOG
parent55707da1a14814ad84f138ee98e5b5fb1a745afc (diff)
downloadrails-077773257b682b7929e77ced3bbf46acf56a10c9.tar.gz
rails-077773257b682b7929e77ced3bbf46acf56a10c9.tar.bz2
rails-077773257b682b7929e77ced3bbf46acf56a10c9.zip
Stop logging SHOW FIELDS and SET SQL_AUTO_IS_NULL=0 for the MysqlAdapter as they only clutter up the log and offer no value [DHH]
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 4ca062b535..154d9f71c4 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*2.2.1 [RC2 or 2.2 final]*
+* Stop logging SHOW FIELDS and SET SQL_AUTO_IS_NULL=0 as they only clutter up the log and offer no value [DHH]
+
* Ensure indices don't flip order in schema.rb #1266 [Jordi Bunster]
* Fixed that serialized strings should never be type-casted (i.e. turning "Yes" to a boolean) #857 [Andreas Korth]