Better support for multi results in PDO

This commit is contained in:
Jakub Vrana 2012-04-08 21:59:49 -07:00
parent 4dc3ec6a0d
commit 77ec05d50b

View file

@ -50,6 +50,7 @@ if (extension_loaded('pdo')) {
}
function next_result() {
$this->_result->_offset = 0;
return $this->_result->nextRowset();
}