mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Document changes
This commit is contained in:
@@ -303,11 +303,11 @@ if (isset($_GET["elastic"])) {
|
||||
*/
|
||||
function drop_tables($tables) {
|
||||
global $connection;
|
||||
$result = true;
|
||||
foreach ($tables as $table) { // convert to bulk api
|
||||
$result = $result && $connection->query(urlencode($table), array(), 'DELETE');
|
||||
$return = true;
|
||||
foreach ($tables as $table) { //! convert to bulk api
|
||||
$return = $return && $connection->query(urlencode($table), array(), 'DELETE');
|
||||
}
|
||||
return $result;
|
||||
return $return;
|
||||
}
|
||||
|
||||
$jush = "elastic";
|
||||
|
@@ -2,6 +2,7 @@ Adminer 4.0.1-dev:
|
||||
Fix compiled version of Elasticsearch
|
||||
Don't use type=number if a SQL function is used
|
||||
MongoDB: Count tables, display ObjectIds, sort, limit, offset, count rows
|
||||
Elasticsearch: Create and drop DB, drop table
|
||||
|
||||
Adminer 4.0.0 (released 2014-01-08):
|
||||
Driver for SimpleDB, MongoDB and Elasticsearch
|
||||
|
Reference in New Issue
Block a user