mirror of
https://github.com/vrana/adminer.git
synced 2025-08-24 15:12:51 +02:00
Finish SQLite
Don't require num_rows
This commit is contained in:
@@ -92,7 +92,7 @@ if (isset($_GET["mssql"])) {
|
||||
|
||||
function Min_Result($result) {
|
||||
$this->_result = $result;
|
||||
$this->num_rows = sqlsrv_has_rows($result); //! sqlsrv_num_rows($result)
|
||||
// $this->num_rows = sqlsrv_num_rows($result); // available only in scrollable results
|
||||
}
|
||||
|
||||
function _convert($row) {
|
||||
|
Reference in New Issue
Block a user