mirror of
https://github.com/vrana/adminer.git
synced 2026-07-01 00:38:33 +02:00
Non-MySQL: Better field types in SQL command
This commit is contained in:
@@ -112,7 +112,7 @@ if (isset($_GET["simpledb"])) {
|
||||
|
||||
function fetch_field() {
|
||||
$keys = array_keys($this->rows[0]);
|
||||
return (object) array('name' => $keys[$this->offset++], 'type' => 0, 'charsetnr' => 0);
|
||||
return (object) array('name' => $keys[$this->offset++], 'type' => 15, 'charsetnr' => 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user