From ed6c3c17f79bd4b5ad91e2473193551e3441769e Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Mon, 27 Mar 2006 08:09:36 +0000 Subject: Fixed eager loading so that an aliased table cannot clash with a has_and_belongs_to_many join table [Rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4066 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 39095ac1f5..944c4acf2a 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed eager loading so that an aliased table cannot clash with a has_and_belongs_to_many join table [Rick] + * Add support for :include to with_scope [andrew@redlinesoftware.com] * Support the use of public synonyms with the Oracle adapter; required ruby-oci8 v0.1.14 #4390 [schoenm@earthlink.net] -- cgit v1.2.3