mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Promote MongoDB, demote Oracle and MS SQL
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
$drivers["mongo"] = "MongoDB (beta)";
|
$drivers["mongo"] = "MongoDB";
|
||||||
|
|
||||||
if (isset($_GET["mongo"])) {
|
if (isset($_GET["mongo"])) {
|
||||||
$possible_drivers = array("mongo", "mongodb");
|
$possible_drivers = array("mongo", "mongodb");
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
* @author Jakub Vrana
|
* @author Jakub Vrana
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$drivers["mssql"] = "MS SQL";
|
$drivers["mssql"] = "MS SQL (beta)";
|
||||||
|
|
||||||
if (isset($_GET["mssql"])) {
|
if (isset($_GET["mssql"])) {
|
||||||
$possible_drivers = array("SQLSRV", "MSSQL", "PDO_DBLIB");
|
$possible_drivers = array("SQLSRV", "MSSQL", "PDO_DBLIB");
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
$drivers["oracle"] = "Oracle";
|
$drivers["oracle"] = "Oracle (beta)";
|
||||||
|
|
||||||
if (isset($_GET["oracle"])) {
|
if (isset($_GET["oracle"])) {
|
||||||
$possible_drivers = array("OCI8", "PDO_OCI");
|
$possible_drivers = array("OCI8", "PDO_OCI");
|
||||||
|
Reference in New Issue
Block a user