diff options
author | Marcel Molina <marcel@vernix.org> | 2006-01-13 02:04:34 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2006-01-13 02:04:34 +0000 |
commit | b98684c3e1ff718569ed02552516f05b03a59f3e (patch) | |
tree | 7e647b41d54cb9c52d68291c1096bceadd81a667 /activerecord/CHANGELOG | |
parent | 1e2b3d8b5a37e70134cf4dd05f6ff9e6d19bb0eb (diff) | |
download | rails-b98684c3e1ff718569ed02552516f05b03a59f3e.tar.gz rails-b98684c3e1ff718569ed02552516f05b03a59f3e.tar.bz2 rails-b98684c3e1ff718569ed02552516f05b03a59f3e.zip |
Fix date errors for SQLServer in association tests. Closes #3406.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3404 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 79557bbf13..447ce724e4 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,6 +1,8 @@ *SVN* -* Escape database name in MySQL adapter when creating and dropping databases. #3409 [anna@wota.jp] +* Fix date errors for SQLServer in association tests. #3406 [kevin.clark@gmal.com] + +r Escape database name in MySQL adapter when creating and dropping databases. #3409 [anna@wota.jp] * Disambiguate table names for columns in validates_uniquness_of's WHERE clause. #3423 [alex.borovsky@gmail.com] |