Skip to content

Drop database via console or endpoint #579

@gramian

Description

@gramian

ArcadeDB Version: 22.9.1 (build d082adc/1664822987697/main)

JDK Version: openjdk version "11.0.16" 2022-07-19

OS: Ubuntu 20.04

Dear Developers,

Dropping a database from console or manually via he endpoint seems not to work. So while it appears to me as a bug, this could also be a user problem (Sorry, if I am misunderstanding something here).

A hint is, that databases created in the studio can be dropped in the studio and created again in the studio with the same name. Databases created in the console, are not displayed in the studio, but also in the studio a database of this name cannot be created (Internal error Database 'test' already exists), furthermore, in the console (after closing) this database cannot be dropped (ERROR: Database 'test' not exists), however, even though it was reported not to exist, I can connect to it again.

Expected behavior

result: ok

Actual behavior

ERROR: Database 'test' not exists

Steps to reproduce

In the console

> create database test
> close test
> drop database test

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions