From f08bc757ebe108df46d76d6fd0029546539f817f Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Sat, 29 Apr 2017 08:21:05 +0000 Subject: Fix destroy with locking_column value null Fix destroying existing object does not work well when optimistic locking enabled and `locking column` is null in the database. Follow 22a822e5813ef7ea9ab6dbbb670a363899a083af, #28914 --- activerecord/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index c65deffa8b..f361e44fcd 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,8 @@ +* Fix destroying existing object does not work well when optimistic locking enabled and + `locking column` is null in the database. + + *bogdanvlviv* + * Use bulk INSERT to insert fixtures for better performance. *Kir Shatrov* -- cgit v1.2.3