From 29f3a036e7ab5199b8a793bfab6454802eaec1b3 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Fri, 8 Feb 2013 16:53:49 -0500 Subject: Reverting e170014113 (Change behaviour with empty hash in where clause) --- activerecord/CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index bd2f0eb0bc..e102adcb4d 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,10 +1,5 @@ ## Rails 4.0.0 (unreleased) ## -* Raise `ArgumentError` instead of generating invalid SQL when empty hash is - used in where clause value. - - *Roberto Miranda* - * Quote numeric values being compared to non-numeric columns. Otherwise, in some database, the string column values will be coerced to a numeric allowing 0, 0.0 or false to match any string starting with a non-digit. -- cgit v1.2.3