From 6011ab853c0b843e0aa139ca90a5e4ab9ec143c2 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sat, 31 Oct 2015 10:04:38 +0900 Subject: Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args` This commit follows up of 6a6dbb4c51fb0c58ba1a810eaa552774167b758a. --- activerecord/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index edd0517c6e..5961e45485 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,8 @@ +* Define `ActiveRecord::Sanitization.sanitize_sql_for_order` and use it inside + `preprocess_order_args`. + + *Yuichiro Kaneko* + * Allow bigint with default nil for avoiding auto increment primary key. *Ryuta Kamizono* -- cgit v1.2.3