Commit a97074dd authored by Jim Cottrell's avatar Jim Cottrell Committed by Benjamin Eberlei

Connection quote() function needs to make use of getBindingInfo's returned value

parent 434228a5
......@@ -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