Cypher Create bug 1.8M06

38 views
Skip to first unread message

kantube

unread,
Aug 7, 2012, 10:32:10 PM8/7/12
to ne...@googlegroups.com
The two cypher statements should do the same

START appNode=node(2), imageNode=node(54)
CREATE appNode-[:Business]->(businessNode {NodeType:"Business"})-[:Content]-> imageNode
RETURN businessNode

START appNode=node(2), imageNode=node(54)
CREATE appNode-[:Business]->(businessNode {NodeType:"Business"}),
    businessNode-[:Content]-> imageNode
RETURN businessNode

The first statement works correctly, creates the node with the property

however the second statement creates the node but does not create the property.


... the second statement is just a part of a larger cypher statement and i used the alternate syntax for readability.

fyi: i just started using the Create command and really like it (current issue notwithstanding).   

Michael Hunger

unread,
Aug 8, 2012, 1:26:28 AM8/8/12
to ne...@googlegroups.com
Can you try snapshot I think there is an issue fixed wrt to that

Sent from mobile device

kantube

unread,
Aug 11, 2012, 2:24:56 PM8/11/12
to ne...@googlegroups.com

i just tried this on 1.8M07 and it works

thanks
Reply all
Reply to author
Forward
0 new messages