Commit 6181678f authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-240' into 2.1.x

parents 7a70a4d9 62abc0b1
......@@ -90,7 +90,7 @@ class SQLParserUtils
$bindIndex = -1;
foreach ($types AS $name => $type) {
++$bindIndex;
if ($type === Connection::PARAM_INT_ARRAY || $type == Connection::PARAM_STR_ARRAY) {
if ($type === Connection::PARAM_INT_ARRAY || $type === Connection::PARAM_STR_ARRAY) {
if ($isPositional) {
$name = $bindIndex;
}
......
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