-
-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right