CapnSpek commented on issue #870: URL: https://github.com/apache/age/issues/870#issuecomment-1528768063
It appears that neo4j has no orderability between different types. In the sense that comparing an edge to a vertex, or an edge to a path, or a path to a vertex, or anything else, returns null.    No comparability between booleans and numerics either.  Or strings and numerics  If we wish to implement the ways of Neo4j, then orderability can be outright removed and an error can be thrown when 2 different types (except in the case of 2 numerics) are compared. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org