aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-02-08 16:53:49 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-02-08 16:53:49 -0500
commit29f3a036e7ab5199b8a793bfab6454802eaec1b3 (patch)
tree24d21169ac3b811ec4ce6aa6a08492e603ac2e1e /activerecord/CHANGELOG.md
parentb5645d02731f662ec5a15a1c99e3e6127e7b0398 (diff)
downloadrails-29f3a036e7ab5199b8a793bfab6454802eaec1b3.tar.gz
rails-29f3a036e7ab5199b8a793bfab6454802eaec1b3.tar.bz2
rails-29f3a036e7ab5199b8a793bfab6454802eaec1b3.zip
Reverting e170014113 (Change behaviour with empty hash in where clause)
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 0 insertions, 5 deletions
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.