Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Cypher Create bug 1.8M06
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
kantube  
View profile  
 More options Aug 7 2012, 10:32 pm
From: kantube <mich...@mkanner.com>
Date: Tue, 7 Aug 2012 19:32:10 -0700 (PDT)
Local: Tues, Aug 7 2012 10:32 pm
Subject: Cypher Create bug 1.8M06

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Hunger  
View profile  
 More options Aug 8 2012, 1:26 am
From: Michael Hunger <michael.hun...@neopersistence.com>
Date: Wed, 8 Aug 2012 07:26:28 +0200
Local: Wed, Aug 8 2012 1:26 am
Subject: Re: [Neo4j] Cypher Create bug 1.8M06
Can you try snapshot I think there is an issue fixed wrt to that

Sent from mobile device

Am 08.08.2012 um 04:32 schrieb kantube <mich...@mkanner.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kantube  
View profile  
 More options Aug 11 2012, 2:24 pm
From: kantube <mich...@mkanner.com>
Date: Sat, 11 Aug 2012 11:24:56 -0700 (PDT)
Local: Sat, Aug 11 2012 2:24 pm
Subject: Re: [Neo4j] Cypher Create bug 1.8M06

i just tried this on 1.8M07 and it works

thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »