aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2011-10-31 22:53:47 +0900
committerkennyj <kennyj@gmail.com>2011-11-06 02:15:47 +0900
commitfb0bf3c984fb088b5e436b25e6e5ae042e99c523 (patch)
tree9058ff89d79a8d0833d02ce2be3e5450c6fadea0 /activerecord/CHANGELOG.md
parentcb06727b6cb7310808f5b9ce1bf254055806ba80 (diff)
downloadrails-fb0bf3c984fb088b5e436b25e6e5ae042e99c523.tar.gz
rails-fb0bf3c984fb088b5e436b25e6e5ae042e99c523.tar.bz2
rails-fb0bf3c984fb088b5e436b25e6e5ae042e99c523.zip
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 2b46a6a869..0f224d69d2 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -67,6 +67,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.