diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2015-01-18 21:19:00 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2015-01-18 21:19:00 -0200 |
commit | e3f5be1831c45dfadbb748d21b45d3167222300a (patch) | |
tree | 79a6db248d9362d5be895b2c396c68dd79b2e2b9 /activerecord/CHANGELOG.md | |
parent | 9caeded9c62bf2c462a60a1a0b1a58249d4bd6ac (diff) | |
parent | 0fcd4cf5c26c470623eef9af72a134ef6ba1a701 (diff) | |
download | rails-e3f5be1831c45dfadbb748d21b45d3167222300a.tar.gz rails-e3f5be1831c45dfadbb748d21b45d3167222300a.tar.bz2 rails-e3f5be1831c45dfadbb748d21b45d3167222300a.zip |
Merge pull request #18501 from prathamesh-sonpatki/nosql
Run SQL only if attribute changed for update_attribute method
Diffstat (limited to 'activerecord/CHANGELOG.md')
-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 bfd3073293..d8f29a77b4 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* Don't run SQL if attribute value is not changed for update_attribute method. + + *Prathamesh Sonpatki* + * `time` columns can now affected by `time_zone_aware_attributes`. If you have set `config.time_zone` to a value other than `'UTC'`, they will be treated as in that time zone by default in Rails 5.1. If this is not the desired |