提交 a6d6e90f 编写于 作者: S Sean Griffin 提交者: GitHub

Merge pull request #29840 from kamipo/fix_type_casting_time_for_mariadb

Fix type casting a time for MariaDB
......@@ -42,7 +42,6 @@ def quoted_binary(value)
def _type_cast(value)
case value
when Type::Time::Value then value.__getobj__
when Date, Time then value
else super
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册