ArcadeData / arcadedb

ArcadeDB Multi-Model Database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis. ArcadeDB is a conceptual fork of OrientDB, the first Multi-Model DBMS. ArcadeDB supports Vector Embeddings.
https://arcadedb.com
Apache License 2.0
469 stars 57 forks source link

HTTP/JSON API - Insert Into unassigned BUCKET responses with "Type with name 'null' was not found" #1612

Closed TheVamp closed 1 month ago

TheVamp commented 1 month ago

ArcadeDB Version:

OS and JDK Version:

Expected behavior

Actual behavior

Steps to reproduce

Is it possible to get a list of all buckets, which are not assigned to a TYPE via SQL? The select from schema:types only shows buckets, which are assigned to a type.

lvca commented 1 month ago

That exception is very vague and misleading. Working on it.

To retrieve the list of buckets you can use select from schema:buckets, which returns all the buckets in the database.