mirror of
https://github.com/vrana/adminer.git
synced 2025-08-24 07:02:51 +02:00
Driver specific view detection
This commit is contained in:
@@ -304,6 +304,10 @@ if (isset($_GET["mssql"])) {
|
||||
return $return;
|
||||
}
|
||||
|
||||
function is_view($table_status) {
|
||||
return $table_status["Engine"] == "VIEW";
|
||||
}
|
||||
|
||||
function fk_support($table_status) {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user