aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-11 01:53:54 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-11 01:53:54 +0000
commitf67add4283069653f5707bd45cff214913dfc579 (patch)
tree38e9c474c0e04b0a2abe5534185e20923b474773 /activerecord/CHANGELOG
parent9aca06fbee44479eb8cccc5c19ecd8a85f0e0060 (diff)
downloadrails-f67add4283069653f5707bd45cff214913dfc579.tar.gz
rails-f67add4283069653f5707bd45cff214913dfc579.tar.bz2
rails-f67add4283069653f5707bd45cff214913dfc579.zip
Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. Closes #10458.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8375 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 12ff96f64f..7d924284a4 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. #10458 [Michael Klishin]
+
* Documentation: Active Record exceptions, destroy_all and delete_all. #10444, #10447 [Michael Klishin]