You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "farooquememon385 (via GitHub)" <gi...@apache.org> on 2023/06/30 18:12:59 UTC

[GitHub] [age] farooquememon385 commented on issue #1008: Implicit Boolean Casting causes unexpected behavior in Logical Boolean Operators

farooquememon385 commented on issue #1008:
URL: https://github.com/apache/age/issues/1008#issuecomment-1615007609

   in OR operator if first argument is true then it does not check the second argument because it is always true, similarly in AND operator if first argument is false then it does not check the second argument and return false, in other cases the second arguments needs to be checked.


-- 
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-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org