Replies: 1 comment 1 reply
-
Ok, see also #3479. It is not possible to provide a list through |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Previous issue name: Error when adding a vertex propery with cardinality list by providing a value list (only providing a single value is possible)
Suggestion after finding the root cause: #3490
Initial issue description:
Consider this JRuby code, where "prop_test" does not yet exist in the schema:
The expected result is to add a vertex property "prop_test" of cardinality list with values ["test"]. However I got following error:
Interestingly, when additionally providing a single value for the first time defining the property like this:
It works without error and the property "prop_test" is created with cardinality list.
best
Beta Was this translation helpful? Give feedback.
All reactions