Commit 930d786a authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #124 from aspendigital/master

Connection quote() ignores returned value from getBindingInfo()
parents de9506c2 974e26dd
......@@ -565,7 +565,7 @@ class Connection implements DriverConnection
$this->connect();
list($value, $bindingType) = $this->getBindingInfo($input, $type);
return $this->_conn->quote($input, $bindingType);
return $this->_conn->quote($value, $bindingType);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment