From 4b4dd5408228c342f36bfd8290d39de2cf7bbd71 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 24 Aug 2006 03:36:48 +0000 Subject: Clashing type columns due to a sloppy join shouldn't wreck single-table inheritance. Closes #5838. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4813 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index e83b737528..649655b6a8 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Clashing type columns due to a sloppy join shouldn't wreck single-table inheritance. #5838 [Kevin Clark] + * Fixtures: correct escaping of \n and \r. #5859 [evgeny.zislis@gmail.com] * Migrations: gracefully handle missing migration files. #5857 [eli.gordon@gmail.com] -- cgit v1.2.3