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 Oct 28, 2019. It is now read-only.
While writing a query, we noticed that if we compare a node in EOL with another version of the same node, it is reported to be equal. This should not be the case: GreycatNode explicitly compares world, time and ID in its equals method.
The GraphNodeWrapper is not reusing the equals method of the IGraphNode class. This should be revised, while making sure we preserve the same ID-based comparison that we had for Neo4j and OrientDB.
The text was updated successfully, but these errors were encountered:
While writing a query, we noticed that if we compare a node in EOL with another version of the same node, it is reported to be equal. This should not be the case: GreycatNode explicitly compares world, time and ID in its
equals
method.The GraphNodeWrapper is not reusing the
equals
method of theIGraphNode
class. This should be revised, while making sure we preserve the same ID-based comparison that we had for Neo4j and OrientDB.The text was updated successfully, but these errors were encountered: