From 86da56a6547289515cbb327f3d7423dd226fc31a Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 17 Nov 2005 20:45:38 +0000 Subject: Don't add the same conditions twice in has_one finder sql. References #2916. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3074 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index d6464df95d..9897ab237f 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Don't add the same conditions twice in has_one finder sql. #2916 [Jeremy Evans] + * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.] * Introducing the Firebird adapter. Quote columns and use attribute_condition more consistently. Setup guide: http://wiki.rubyonrails.com/rails/pages/Firebird+Adapter #1874 [Ken Kunz ] -- cgit v1.2.3