WendelLana opened a new issue, #1171: URL: https://github.com/apache/age/issues/1171
### Description In Neo4j the function `toBoolean()` converts a string, integer or boolean value to a boolean value. Given this, should we also incorporate the ability to convert integers to boolean within our own function? If so, I'll take the initiative to develop this feature and also implement it into the `toBooleanList()` function. ### Example Query ``` SELECT * FROM cypher('expr', $$ RETURN toBoolean(1) $$) AS (toBoolean agtype); ``` Result ``` toboolean ----------- true ``` -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org