Skip to content

Async insert command #294

@Jurgen-Aquilina

Description

@Jurgen-Aquilina

ArcadeDB Version: 22.1.2

JDK Version: Coretto 11

OS: Windows 10

Expected behavior

Added vertex of type V, with id set to 1

Actual behavior

Added vertex of type V with no property values. Adding an error callback doesn't output any error. This is only an issue with positional/named arguments while specifying the values directly in the SQL query works.

Steps to reproduce

   val parameters = mutableMapOf<String, Any>()
    parameters["id"] = "1"
    db.async().command("sql", "insert into V set id = :id", null, parameters)

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem right

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions