MuhammadTahaNaveed opened a new issue, #364:
URL: https://github.com/apache/age/issues/364
Hello everyone. I have a small query regarding **equality of null data type
in a list**.
- In the documentation, it is written that `SELECT * FROM
cypher('graph',$$RETURN null = null$$) AS (p agtype);` produces `null` and the
concept behind that is explained in documentation.

- So , according to this concept, I thought `SELECT * FROM
cypher('graph',$$RETURN [null] = [null]$$) AS (p agtype);` will also generate
`null` as output, but it generated true.

Is there any specific reason for that ?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]