aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-14 13:55:17 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-14 13:55:17 +0000
commit68d1056587d96cf3a413253cde126f2522d36c64 (patch)
treeac3ceafa1e944b89256de413ab122cb01f6684d5 /activerecord/CHANGELOG
parentc80f974fa3071104397d8dd5752ff60bca1881fe (diff)
downloadrails-68d1056587d96cf3a413253cde126f2522d36c64.tar.gz
rails-68d1056587d96cf3a413253cde126f2522d36c64.tar.bz2
rails-68d1056587d96cf3a413253cde126f2522d36c64.zip
Fixed that has_and_belongs_to_many would generate bad sql when naming conventions differed from using vanilla "id" everywhere [RedTerror]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@152 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 838d8d252a..78243608cd 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*CVS*
+* Fixed that has_and_belongs_to_many would generate bad sql when naming conventions differed from using vanilla "id" everywhere [RedTerror]
+
* Added a better exception for when a type column is used in a table without the intention of triggering single-table inheritance. Example:
ActiveRecord::SubclassNotFound: The single-table inheritance mechanism failed to locate the subclass: 'bad_class!'.