The subject says it all, but let me clarify:
Is there some kind of restriction on the name of the properties in a node?
Eg: this will give an error
MERGE (n:avatarUrls {48x48:'48x48'}) RETURN id(n)
while this won't:
MERGE (n:avatarUrls {h8x48:'48x48'}) RETURN id(n)
Note the replacement of the first 4 with a h.
-Sofus

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to