Re: [Neo4j] [Bug] Property can't be updated in Neo4j 3.0.0-M03

2016-02-22 Thread Chris Vest
How did you test this? It might be a result rendering artefact of your client. I’m not seeing any problem like that in 3.0.0-M4. -- Chris Vest System Engineer, Neo Technology [ skype: mr.chrisvest, twitter: chvest ] > On 18 Feb 2016, at 08:33, wenbo zhao wrote: > > Suppose you have a node: >

[Neo4j] [Bug] Property can't be updated in Neo4j 3.0.0-M03

2016-02-22 Thread wenbo zhao
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 ver