From c220e558be33e30a7946d3604d45ba671b2e7c31 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 23 Oct 2007 17:29:42 +0000 Subject: Assigning nil to a composed_of aggregate also sets its immediate value to nil. Closes #9843. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8002 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 26e0a7f9c2..d2cfdc6a4d 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Assigning nil to a composed_of aggregate also sets its immediate value to nil. #9843 [Chris Cruft] + * Ensure that mysql quotes table names with database names correctly. Closes #9911 [crayz] "foo.bar" => "`foo`.`bar`" -- cgit v1.2.3