提交 b1ba04b3 编写于 作者: A Aaron Patterson

fixing variable name in mysql test

上级 90a37149
......@@ -55,7 +55,7 @@ def test_exec_insert_string
private
def insert(ctx, data)
binds = data.map { |name, value|
[@conn.columns('ex').find { |x| x.name == name }, value]
[ctx.columns('ex').find { |x| x.name == name }, value]
}
columns = binds.map(&:first).map(&:name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册