You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
Unable to create edge with attribute value assignment when attribute has no default value.
To Reproduce
nodenode_a{has val: int;}edgeEdge_a{
# has value2: int;
has value2: int=30;}withentry{root+:Edge_a:value2=30:+>(node_a(val=9));print([root-:Edge_a:->]);}
Description
When creating an edge with attribute value assignment, but the attribute has no default value defined, an error occurs. Assigning values to attributes without defaults should be allowed.
The text was updated successfully, but these errors were encountered:
Issue
To Reproduce
Description
When creating an edge with attribute value assignment, but the attribute has no default value defined, an error occurs. Assigning values to attributes without defaults should be allowed.
The text was updated successfully, but these errors were encountered: