Zainab-Saad opened a new pull request, #1390:
URL: https://github.com/apache/age/pull/1390
This PR is a fix for #1389 where the server crashes on queries like
`SELECT 'null'::agtype -> '"1"';`
The issue was due to code not handling null values as LHS operands for
access operators(->, ->>)
Added check for this case to return NULL on such inputs and included
regression tests
--
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]