Suppose you have a node:

(n {id: 1, content: "aaa\n\nbbb"})

Update the content attribute:

match (n {id: 1}) set n.content="aaa\n\n\n\nbbb" return n

Then you will find that the content property doesn't get updated. It seems 
that \n is ignored when updating properties.

Note: I'm using Neo4j version 3.0.0-M03.

-- 
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