Commit dd967b1e authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-184'

parents 23d2950c a9634f9c
...@@ -43,6 +43,6 @@ class BigIntType extends Type ...@@ -43,6 +43,6 @@ class BigIntType extends Type
public function getBindingType() 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