mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
Better support for multi results in PDO
This commit is contained in:
@@ -50,6 +50,7 @@ if (extension_loaded('pdo')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function next_result() {
|
function next_result() {
|
||||||
|
$this->_result->_offset = 0;
|
||||||
return $this->_result->nextRowset();
|
return $this->_result->nextRowset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user