aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-23 23:39:18 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-23 23:39:18 +0000
commita5c694283010c05ee39bc0757e8013b3aa382992 (patch)
tree699e52cd748c9675c790535f7a77c8144565d514 /activerecord/CHANGELOG
parent5f5f19b06d8a4db4a61055280660dc57180ff47c (diff)
downloadrails-a5c694283010c05ee39bc0757e8013b3aa382992.tar.gz
rails-a5c694283010c05ee39bc0757e8013b3aa382992.tar.bz2
rails-a5c694283010c05ee39bc0757e8013b3aa382992.zip
Fixed that :counter_cache option would look for a line_items_count column for a LineItem object instead of lineitems_count
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@989 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 8f3846a482..74780f52dd 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that :counter_cache option would look for a line_items_count column for a LineItem object instead of lineitems_count
+
* Fixed that AR exists?() would explode on postgresql if the passed id did not match the PK type #900 [Scott Barron]
* Fixed the MS SQL adapter to work with the new limit/offset approach and with binary data (still suffering from 7KB limit, though) #901 [delynnb]