From 65a7e90cc1f445036c50687b23597fb2ce3d9a38 Mon Sep 17 00:00:00 2001 From: Vipul A M <vipulnsward@gmail.com> Date: Fri, 15 Apr 2016 12:06:56 +0530 Subject: Add changelog for #24542 [ci skip] --- activerecord/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 0e831bfb66..e6cbd6bd68 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,9 @@ +* Add `quoted_time` for truncating the date part of a TIME column value. + This fixes queries on TIME column on MariaDB, as it doesn't ignore the + date part of the string when it coerces to time. + + *Ryuta Kamizono* + * Properly accept all valid JSON primitives in the JSON data type. Fixes #24234 -- cgit v1.2.3