diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-22 13:35:42 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-22 13:35:42 +0000 |
commit | dbe8a26d7d22215054fc3630be95b81a16512fb8 (patch) | |
tree | bcec750430d326595b32b4cab999a16d01cc7642 /activerecord/CHANGELOG | |
parent | 91eaeb280385d8423d8ec6f7097c9e1a19deb131 (diff) | |
download | rails-dbe8a26d7d22215054fc3630be95b81a16512fb8.tar.gz rails-dbe8a26d7d22215054fc3630be95b81a16512fb8.tar.bz2 rails-dbe8a26d7d22215054fc3630be95b81a16512fb8.zip |
Fixed that options[:counter_sql] was overwritten with interpolated sql rather than original sql #355 [bitsweat]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@248 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 6c8d3c5211..d70ec20206 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that options[:counter_sql] was overwritten with interpolated sql rather than original sql #355 [bitsweat] + * Fixed that overriding an attribute's accessor would be disregarded by add_on_empty and add_on_boundary_breaking because they simply used the attributes[] hash instead of checking for @base.respond_to?(attr.to_s). [Marten] |