aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-11-05 10:29:18 -0700
committerJon Leighton <j@jonathanleighton.com>2011-11-05 10:29:18 -0700
commitf575e21025c8e15b5f26b0dbb1eea82797bab632 (patch)
tree96e960b6d3ac6c6cab52485520ebe65340af041d /activerecord/CHANGELOG.md
parentf140445b1d2c4bf30bf5b0f28b9461773757b933 (diff)
parentfb0bf3c984fb088b5e436b25e6e5ae042e99c523 (diff)
downloadrails-f575e21025c8e15b5f26b0dbb1eea82797bab632.tar.gz
rails-f575e21025c8e15b5f26b0dbb1eea82797bab632.tar.bz2
rails-f575e21025c8e15b5f26b0dbb1eea82797bab632.zip
Merge pull request #3525 from kennyj/fix_3440-1
Fixed an issue id false option is ignored on mysql/mysql2 (fix #3440)
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 2524082062..6b1cf4c841 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -85,6 +85,10 @@
*Jon Leighton*
+* MySQL: use the information_schema than the describe command when we look for a primary key. *GH #3440*
+
+ *Kenny J*
+
## Rails 3.1.1 (October 7, 2011) ##
* Add deprecation for the preload_associations method. Fixes #3022.