提交 df0edafa 编写于 作者: R Rafael Mendonça França

Document the bind return

上级 aba688ed
......@@ -112,6 +112,9 @@ def type_cast(value, column, array_member = false)
end
when String
if 'bytea' == column.sql_type
# Return a bind param hash with format as binary.
# See http://deveiate.org/code/pg/PGconn.html#method-i-exec_prepared-doc
# for more information
{ value: value, format: 1 }
else
super(value, column)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册