Commit 21051f10 authored by Benjamin Eberlei's avatar Benjamin Eberlei

[DBAL-194] Use PDO::PARAM_LOB for blob-type as Binding Type.

parent 8f4d499a
......@@ -56,4 +56,9 @@ class BlobType extends Type
{
return Type::BLOB;
}
}
\ No newline at end of file
public function getBindingType()
{
return \PDO::PARAM_LOB;
}
}
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