diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-13 10:15:54 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-13 10:15:54 +0000 |
commit | 4307d7ecbe897880a59ae2da717a893ccf0f3fde (patch) | |
tree | 95d6f039e1f3bf95aa5fc76ef06698fbb44b1d35 /activerecord/CHANGELOG | |
parent | 6a0e41c158d327967e75fc93f001452449e8afe1 (diff) | |
download | rails-4307d7ecbe897880a59ae2da717a893ccf0f3fde.tar.gz rails-4307d7ecbe897880a59ae2da717a893ccf0f3fde.tar.bz2 rails-4307d7ecbe897880a59ae2da717a893ccf0f3fde.zip |
Fixed various problems with has_and_belongs_to_many when using customer finder_sql #2094 [Florian Weber]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2233 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 695360b9ee..090258e07a 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed various problems with has_and_belongs_to_many when using customer finder_sql #2094 [Florian Weber] + * Added better exception error when unknown column types are used with migrations #1814 [fbeausoleil@ftml.net] * Fixed "connection lost" issue with the bundled Ruby/MySQL driver (would kill the app after 8 hours of inactivity) #2163, #428 [kajism@yahoo.com] |