From d704c1cb9850bd563b7ad99762e75b9b3cb7aebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 9 Jul 2013 07:34:58 -0300 Subject: Do not shallow the original exception in exec_cache when result_error_field is not defined on result raise the original exception. Fixes #11260 --- activerecord/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 3c38b47d2e..88f69a7308 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,11 @@ ## unreleased ## +* Do not shallow the original exception in `exec_cache` on PostgreSQL adapter. + + Fixes #11260. + + *Rafael Mendonça França* + * Fix `ActiveRecord::Store` incorrectly tracking changes of its attributes. Fixes #10373. -- cgit v1.2.3