aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-04-15 12:06:56 +0530
committerVipul A M <vipulnsward@gmail.com>2016-04-15 12:06:56 +0530
commit65a7e90cc1f445036c50687b23597fb2ce3d9a38 (patch)
tree765524ae38fe822a45e93d52091062c75b9c0a01
parenta2de667b2eb97b387a9067277ab0829542f24841 (diff)
downloadrails-65a7e90cc1f445036c50687b23597fb2ce3d9a38.tar.gz
rails-65a7e90cc1f445036c50687b23597fb2ce3d9a38.tar.bz2
rails-65a7e90cc1f445036c50687b23597fb2ce3d9a38.zip
Add changelog for #24542
[ci skip]
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
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