aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-07 06:29:31 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-07 06:29:31 +0000
commit7b37c779d805081aedb635a8bc801aa4a4339cc2 (patch)
tree4f158d402df6ede6085bbced53a108447e7fd07f /activerecord/CHANGELOG
parent4ab40059b7925f35cddb0f76dba27ea6cd018de7 (diff)
downloadrails-7b37c779d805081aedb635a8bc801aa4a4339cc2.tar.gz
rails-7b37c779d805081aedb635a8bc801aa4a4339cc2.tar.bz2
rails-7b37c779d805081aedb635a8bc801aa4a4339cc2.zip
Fixed counter_sql when no records exist in database for PostgreSQL (would give error, not 0) #1039 [Caleb Tennis]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1104 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 593d1c806d..8206d673da 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed counter_sql when no records exist in database for PostgreSQL (would give error, not 0) #1039 [Caleb Tennis]
+
* Fixed that benchmarking times for rendering included db runtimes #987 [skaes@web.de]
* Fixed boolean queries for t/f fields in PostgreSQL #995 [dave@cherryville.org]