age
age copied to clipboard
Added integer conversion in toBoolean functions
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