aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-03-27 08:09:36 +0000
committerRick Olson <technoweenie@gmail.com>2006-03-27 08:09:36 +0000
commited6c3c17f79bd4b5ad91e2473193551e3441769e (patch)
tree85759ef2b2f19e606fe77fdb89bcba229d864bea /activerecord/CHANGELOG
parent445cb5c08d4eea7bd035e86d1f38ae258c635e88 (diff)
downloadrails-ed6c3c17f79bd4b5ad91e2473193551e3441769e.tar.gz
rails-ed6c3c17f79bd4b5ad91e2473193551e3441769e.tar.bz2
rails-ed6c3c17f79bd4b5ad91e2473193551e3441769e.zip
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
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
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]