From 88bb279df7d2f4c1b4c48be98fbbbae859b20847 Mon Sep 17 00:00:00 2001 From: Scott Barron Date: Tue, 20 Dec 2005 21:43:47 +0000 Subject: Fix change_column to work with postgres 7.x and 8.x. Closes #3141 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3327 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 45ef990ddb..d5c7948009 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,12 +1,6 @@ *SVN* -* removed :piggyback in favor of just allowing :select on :through associations. [Tobias Luetke] - -* made method missing delegation to class methods on relation target work on :through associations. [Tobias Luetke] - -* made .find() work on :through relations. [Tobias Luetke] - -* added :piggyback option to has_many :through relationships to pick up values from the join table as needed [Tobias Luetke] +* Fix change_column to work with PostgreSQL 7.x and 8.x. #3141 [wejn@box.cz, Rick Olson, Scott Barron] * Fix typo in association docs. #3296. [Blair Zajac] -- cgit v1.2.3