Re: [Neo4j] START a = node(10) vs START a = (10)

2011-11-12 Thread yobi
I actually meant if it's up on Heroku hosting =) Just checked the version, seems that it is still 1.4. So wanna use the new queries :) -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/START-a-node-10-vs-START-a-10-tp3497036p3502084.html Sent from the

Re: [Neo4j] START a = node(10) vs START a = (10)

2011-11-11 Thread yobi
Just wanna follow up, is 1.5 up yet? -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/START-a-node-10-vs-START-a-10-tp3497036p3500347.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.

Re: [Neo4j] START a = node(10) vs START a = (10)

2011-11-11 Thread David Montag
Yes, it is. Head over to http://neo4j.org for the download while it's hot :) David On Fri, Nov 11, 2011 at 9:15 AM, yobi johnny@yobistore.com wrote: Just wanna follow up, is 1.5 up yet? -- View this message in context:

[Neo4j] START a = node(10) vs START a = (10)

2011-11-10 Thread yobi
In the hosted neo4j (through Heroku) I get an error when running: START a = node(10) RETURN a == `' expected but `n' found But it works when I run: START a = (10) RETURN a According to the documentation the first one should work. Could someone explain why I get the error? -- View this

Re: [Neo4j] START a = node(10) vs START a = (10)

2011-11-10 Thread Michael Hunger
Ah, ok. We running the stable releases on heroku so it is still running 1.4.2 It will be updated to 1.5 today or tomorrow. That's why it is still the old syntax. Thanks for letting us know. Michael Am 10.11.2011 um 16:35 schrieb yobi: In the hosted neo4j (through Heroku) I get an error

Re: [Neo4j] START a = node(10) vs START a = (10)

2011-11-10 Thread yobi
How could you have missed that. Didn't people complain that it wasn't working? :) -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/START-a-node-10-vs-START-a-10-tp3497036p3497120.html Sent from the Neo4j Community Discussions mailing list archive at

Re: [Neo4j] START a = node(10) vs START a = (10)

2011-11-10 Thread Michael Hunger
The didn't assume that an 1.5 version was running there :) Am 10.11.2011 um 17:04 schrieb yobi: How could you have missed that. Didn't people complain that it wasn't working? :) -- View this message in context:

Re: [Neo4j] START a = node(10) vs START a = (10)

2011-11-10 Thread yobi
Oh. All docs in http://docs.neo4j.org/ is for 1.5 so I assumed they were all using the 1.5 syntax =) -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/START-a-node-10-vs-START-a-10-tp3497036p3497963.html Sent from the Neo4j Community Discussions mailing