mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
MongoDB: database list, table list, indexes, basic select
This commit is contained in:
@@ -376,7 +376,7 @@ ORDER BY PROCESS
|
||||
}
|
||||
|
||||
function support($feature) {
|
||||
return preg_match('~^(database|table|sql|indexes|view|scheme|processlist|drop_col|variables|status)$~', $feature); //!
|
||||
return preg_match('~^(database|table|columns|sql|indexes|view|scheme|processlist|drop_col|variables|status)$~', $feature); //!
|
||||
}
|
||||
|
||||
$jush = "oracle";
|
||||
|
Reference in New Issue
Block a user