You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect this is a Neo4j bug, I'll investigate further.
Also note that your workaround with the [50, 60].to_s will not create a proper node with an array property value, but a field with the string "[50, 60]".
NEO4J.batch [:create_unique_node, "properties_checksum", "properties_checksum", "076da301619e83cff84025301cf9b4adaa34a8251", {"measure_value"=>[50, 60], "properties_checksum"=>"076da301619e83cff84025301cf9b4adaa34a825"}]
return nil
if run NEO4J.batch [:create_unique_node, "properties_checksum", "properties_checksum", "076da301619e83cff84025301cf9b4adaa34a8251", {"measure_value"=>[50, 60].to_s, "properties_checksum"=>"076da301619e83cff84025301cf9b4adaa34a825"}]
will create a node
The text was updated successfully, but these errors were encountered: