aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-19 17:05:54 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-19 17:05:54 +0000
commit83a531ed5b6d2cc2048cdfb5564b9fc22547f5ce (patch)
treeb2231b1e84adf60d98949d95b821b53ce5f89dd6
parent3140e37d18c66527a80a153727a7ea972b80506a (diff)
downloadrails-83a531ed5b6d2cc2048cdfb5564b9fc22547f5ce.tar.gz
rails-83a531ed5b6d2cc2048cdfb5564b9fc22547f5ce.tar.bz2
rails-83a531ed5b6d2cc2048cdfb5564b9fc22547f5ce.zip
Fixed frivilous database queries being triggered with eager loading on empty associations and other things
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1232 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index d5e35604f3..0194feb3fb 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*1.10.1* (20th April, 2005)
+* Fixed frivilous database queries being triggered with eager loading on empty associations and other things
+
* Fixed order of loading in eager associations
* Fixed stray comma when using eager loading and ordering together from has_many associations #1143