【发布时间】:2018-08-23 18:54:14
【问题描述】:
当尝试将时间戳localdatetime() 存储为节点属性updatedAt 时:
MERGE (profile:Profile {userId:{id}})
SET profile += {userId:{id}, updatedAt:localdatetime()}
RETURN profile
我收到此错误:
Current record format does not support TEMPORAL_PROPERTIES.
Please upgrade your store to the format that support requested capability.
我将 Neo4j 3.4.4 作为 Docker 容器版本运行,因此不应发生此错误。我的密码查询有误吗?
【问题讨论】: