Commit 3288f455 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-245' into 2.2

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