From 2d24bed3a072aac1a0087ec4c4681889e49ea6a4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 22 Mar 2006 19:30:02 +0000 Subject: Fixed DB2 adapter so nullable columns will be determines correctly now and quotes from column default values will be removed (closes #4350) [contact@maik-schmidt.de] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4013 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 510b1c1f62..b822e8d702 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed DB2 adapter so nullable columns will be determines correctly now and quotes from column default values will be removed #4350 [contact@maik-schmidt.de] + * Allow overriding of find parameters in scoped has_many :through calls [Rick Olson] In this example, :include => false disables the default eager association from loading. :select changes the standard -- cgit v1.2.3