From 945dd920ab0954acdbc9b3317145b267a9638a50 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Thu, 5 Jan 2006 21:40:15 +0000 Subject: Don't raise an exception when there are more keys than there are named bind variables when sanitizing conditions. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3382 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 590f4d8300..8841ada2be 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Don't raise an exception when there are more keys than there are named bind variables when sanitizing conditions. [Marcel Molina Jr.] + * Multiple enhancements and adjustments to DB2 adaptor. #3377 [contact@maik-schmidt.de] * Sanitize scoped conditions. [Marcel Molina Jr.] -- cgit v1.2.3