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