From ee2397036fc8d4a9498617349fb391389d8bb933 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 25 Aug 2006 03:56:21 +0000 Subject: SQLServer: work around bug where some unambiguous date formats are not correctly identified if the session language is set to german. Closes #5894. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4816 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 622499a91a..d326057d33 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* SQLServer: work around bug where some unambiguous date formats are not correctly identified if the session language is set to german. #5894 [Tom Ward, kruth@bfpi] + * SQLServer: fix eager association test. #5901 [Tom Ward] * Clashing type columns due to a sloppy join shouldn't wreck single-table inheritance. #5838 [Kevin Clark] -- cgit v1.2.3