age icon indicating copy to clipboard operation
age copied to clipboard

Added integer conversion in toBoolean functions

Open WendelLana opened this issue 2 years ago • 0 comments

Implemented explicit integer conversion to boolean in both toBoolean and toBooleanList functions. Also made corresponding changes to regression tests and broke long lines to adhere to the 79-column line length limit in the toBooleanList function.

This PR makes the toBoolean() and toBooleanList() functions convert integers to boolean, as occurs in Neo4j. Examples are provided in issue #1171

WendelLana avatar Aug 28 '23 19:08 WendelLana