mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 02:54:28 +02:00
Finish SQLite
Don't require num_rows
This commit is contained in:
@@ -83,7 +83,6 @@ if (isset($_GET["oracle"])) {
|
||||
|
||||
function Min_Result($result) {
|
||||
$this->_result = $result;
|
||||
$this->num_rows = -1; // all results unbuffered
|
||||
}
|
||||
|
||||
function _convert($row) {
|
||||
|
Reference in New Issue
Block a user