Commit 0e6bb9b0 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Fix SqlSrvStatement#setFetchMode()

parent 7c380d80
......@@ -175,7 +175,7 @@ class SQLSrvStatement implements IteratorAggregate, Statement
}
}
public function setFetchMode($fetchStyle = PDO::FETCH_BOTH)
public function setFetchMode($fetchStyle = PDO::FETCH_BOTH, $arg2 = null, $arg3 = null)
{
$this->defaultFetchStyle = $fetchStyle;
}
......
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