dehowef commented on PR #905: URL: https://github.com/apache/age/pull/905#issuecomment-1544287220
@Zainab-Saad Hello, there are actually is an edge case with booleans that we found that this patch breaks. RETURN True AND 1 should fail due to a type mismatch, but implicit casting permits this invalid operation. Admittedly, there should have been regression tests for this scenario so that it could have been caught earlier in the process, but can you go ahead and modify the code to address this? It can be another pull request. Thank you! -- 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]
