mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
CockroachDB: Display CockroachDB instead of PostgreSQL
This commit is contained in:
@@ -169,7 +169,7 @@ if (isset($_GET["username"]) && is_string(get_password())) {
|
||||
if ($adminer->operators === null) {
|
||||
$adminer->operators = $driver->operators;
|
||||
}
|
||||
if (isset($connection->maria)) {
|
||||
if (isset($connection->maria) || $connection->cockroach) {
|
||||
save_settings(array("vendor-" . SERVER => $drivers[DRIVER]));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user