diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2006-08-25 15:25:08 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2006-08-25 15:25:08 +0000 |
commit | bcbce90b1b0a6a9a50bd8236d968d88ae6977af7 (patch) | |
tree | adae262ee2bcf185c45e59ab5f5c21c48433d52f /activerecord/CHANGELOG | |
parent | c064802de975aa46a18f2d2c3d81c02c5f256f41 (diff) | |
download | rails-bcbce90b1b0a6a9a50bd8236d968d88ae6977af7.tar.gz rails-bcbce90b1b0a6a9a50bd8236d968d88ae6977af7.tar.bz2 rails-bcbce90b1b0a6a9a50bd8236d968d88ae6977af7.zip |
Nested subclasses are not prefixed with the parent class' table_name since they should always use the base class' table_name. Closes #5911.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4819 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 d326057d33..f6cf49f35a 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Nested subclasses are not prefixed with the parent class' table_name since they should always use the base class' table_name. #5911 [Jonathan Viney] + * 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] |