neo4j / apoc

Apache License 2.0
84 stars 27 forks source link

[h7Q1epCi] Make hashing functions stable on all neo4j types #573

Closed loveleif closed 7 months ago

loveleif commented 7 months ago

The hash functions are only intended for strings, but unfortunately their signature allows all types. This is a safety for users that use hash functions on non string values despite the documentation.