mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 00:28:34 +02:00
Driver for SimpleDB
This commit is contained in:
@@ -676,7 +676,7 @@ if (isset($_GET["sqlite"]) || isset($_GET["sqlite2"])) {
|
||||
}
|
||||
|
||||
function support($feature) {
|
||||
return ereg('^(view|trigger|variables|status|dump|move_col|drop_col)$', $feature);
|
||||
return ereg('^(database|table|view|trigger|variables|status|dump|move_col|drop_col)$', $feature);
|
||||
}
|
||||
|
||||
$jush = "sqlite";
|
||||
|
Reference in New Issue
Block a user