-
-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Milestone
Description
Using the current 'latest' Docker image (as of 10 Sep 2025)
Inserts containing JSON content with an empty array fail:
INSERT INTO DataCollectionEntity CONTENT {"type":"DOCUMENT","attributes":[],"created":"2025-09-10T14:40:14.723Z","amended":"2025-09-10T14:40:14.723Z","id":"119463d6-9b69-415c-94bc-9629e92d6560"}
Gives the server error:
SEVER [PostCommandHandler] <ArcadeDB_0> Error on serializing element (error=%s)
With the empty 'attributes' array removed it works fine:
INSERT INTO DataCollectionEntity CONTENT {"type":"DOCUMENT","created":"2025-09-10T14:40:14.723Z","amended":"2025-09-10T14:40:14.723Z","id":"119463d6-9b69-415c-94bc-9629e92d6561"}
Reactions are currently unavailable