mirror of
https://github.com/vrana/adminer.git
synced 2026-02-26 08:31:32 +01:00
Move edit functions to Driver
This commit is contained in:
@@ -470,7 +470,6 @@ if (isset($_GET["simpledb"])) {
|
||||
'operators' => array("=", "<", ">", "<=", ">=", "!=", "LIKE", "LIKE %%", "IN", "IS NULL", "NOT LIKE", "IS NOT NULL"),
|
||||
'functions' => array(),
|
||||
'grouping' => array("count"),
|
||||
'edit_functions' => array(array("json")),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user