diff options
author | Arthur Neves <arthurnn@gmail.com> | 2014-03-12 09:15:46 -0400 |
---|---|---|
committer | Arthur Neves <arthurnn@gmail.com> | 2014-03-12 09:20:22 -0400 |
commit | 2ed1cbba5226a321be48a80f32b6d7fb988ac778 (patch) | |
tree | 2fb7d58ee21a2787e3f5de85161eb52db1f58cce /activerecord | |
parent | 5a934e6787337e51d8174669ea0ca6e0c9ea8081 (diff) | |
download | rails-2ed1cbba5226a321be48a80f32b6d7fb988ac778.tar.gz rails-2ed1cbba5226a321be48a80f32b6d7fb988ac778.tar.bz2 rails-2ed1cbba5226a321be48a80f32b6d7fb988ac778.zip |
Changelog entry for mysql56 microseconds
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 2e4f653ea6..e6c7d74c75 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* Support for Mysql 5.6 Fractional Seconds. + + *arthurnn*, *Tatsuhiko Miyagawa* + * Support for Postgres `citext` data type enabling case-insensitive where values without needing to wrap in UPPER/LOWER sql functions. |