aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-22 13:58:22 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-22 13:58:22 +0000
commite9426d22646eed19627784ca07adc902f6c5fe9e (patch)
treea6ef6d10f0f92596d54749750ce4333f9de24057 /activerecord/CHANGELOG
parentdfd43d577eaaf4b9c157f6379045d1e2fb68d1ee (diff)
downloadrails-e9426d22646eed19627784ca07adc902f6c5fe9e.tar.gz
rails-e9426d22646eed19627784ca07adc902f6c5fe9e.tar.bz2
rails-e9426d22646eed19627784ca07adc902f6c5fe9e.zip
Optimized the SQL used to generate has_and_belongs_to_many queries by listing the join table first #693 [yerejm]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@741 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 6e031edb60..6da6b5c9a2 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Optimized the SQL used to generate has_and_belongs_to_many queries by listing the join table first #693 [yerejm]
+
* Fixed that when using validation macros with a custom message, if you happened to use single quotes in the message string you would get a parsing error #657 [tonka]
* Fixed that Active Record would throw Broken Pipe errors with FCGI when the MySQL connection timed out instead of reconnecting #428 [Nicholas Seckar]