Commit db6e7b38 authored by Benjamin Eberlei's avatar Benjamin Eberlei

[DBAL-184] Fix Binding Type for BIGINT

parent b4a6d4a6
......@@ -43,6 +43,6 @@ class BigIntType extends Type
public function getBindingType()
{
return \PDO::PARAM_INT;
return \PDO::PARAM_STR;
}
}
\ No newline at end of file
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