From 28767075f4b0a8d610e14a095da1babc363af05a Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 10 Jan 2007 10:13:18 +0000 Subject: Pass a range in :conditions to use the SQL BETWEEN operator. Closes #6974. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5876 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 3f729a42d4..720f203299 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,8 @@ *SVN* +* Pass a range in :conditions to use the SQL BETWEEN operator. #6974 [dcmanges] + Student.find(:all, :conditions => { :grade => 9..12 }) + * Fix the Oracle adapter for serialized attributes stored in CLOBs. Closes #6825 [mschoen, tdfowler] * [DOCS] Apply more documentation for ActiveRecord Reflection. Closes #4055 [Robby Russell] -- cgit v1.2.3