aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-01-22 20:55:14 +0000
committerMarcel Molina <marcel@vernix.org>2006-01-22 20:55:14 +0000
commit554aa2e1e99c082891eae991506c9a2f4e49185a (patch)
treeab5aeece8c09126f292f40183417bae5abe0408d /activerecord/CHANGELOG
parent297618bddc59cdc4aaca76711874b774f9838afe (diff)
downloadrails-554aa2e1e99c082891eae991506c9a2f4e49185a.tar.gz
rails-554aa2e1e99c082891eae991506c9a2f4e49185a.tar.bz2
rails-554aa2e1e99c082891eae991506c9a2f4e49185a.zip
Add explicit :order in finder tests as postgresql orders results differently by default. Closes #3577.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3464 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 e487582882..56ebe5041c 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add explicit :order in finder tests as postgresql orders results differently by default. #3577. [Rick Olson]
+
* Make dynamic finders honor additional passed in :conditions. #3569 [Oleg Pudeyev <pudeyo@rpi.edu>, Marcel Molina Jr.]
* Show a meaningful error when the DB2 adapter cannot be loaded due to missing dependencies. [Nicholas Seckar]