aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJoseph Palermo <pair+jpalermo@pivotallabs.com>2011-10-09 04:38:36 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2011-10-09 13:14:07 -0700
commitc90e5ce779dbf9bd0ee53b68aee9fde2997be123 (patch)
tree669dc5ffd58bce787a1aeb89c38d53b13a9bea28 /activerecord/CHANGELOG
parent8f8fd4f3aacf252aa0330798590988cc5fe39ba7 (diff)
downloadrails-c90e5ce779dbf9bd0ee53b68aee9fde2997be123.tar.gz
rails-c90e5ce779dbf9bd0ee53b68aee9fde2997be123.tar.bz2
rails-c90e5ce779dbf9bd0ee53b68aee9fde2997be123.zip
Only use LOWER for mysql case insensitive uniqueness check when column has a case sensitive collation.
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG11
1 files changed, 10 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 10ad35ae3c..aaadabcbab 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,10 +1,18 @@
-*Rails 3.1.1 (unreleased)*
+*Rails 3.2.0 (unreleased)*
+
+* MySQL: case-insensitive uniqueness validation avoids calling LOWER when
+ the column already uses a case-insensitive collation. Fixes #561.
+
+ [Joseph Palermo]
* Transactional fixtures enlist all active database connections. You can test
models on different connections without disabling transactional fixtures.
[Jeremy Kemper]
+
+*Rails 3.1.1 (October 7, 2011)*
+
* Add deprecation for the preload_associations method. Fixes #3022.
[Jon Leighton]
@@ -65,6 +73,7 @@ a URI that specifies the connection configuration. For example:
[Prem Sichanugrist]
+
*Rails 3.1.0 (August 30, 2011)*
* Add a proxy_association method to association proxies, which can be called by association