Helo,

the following statement


{"query":"start n=node({share}) create (m 
{id:{id},parentid:{parentid},path:{path},up:{up},down:{down},inheritance:{inheritance},name:{name},status:{status}})<-[:rel_child_ini{status:0}]-n
 
with m as folder start ace_nodes=node({ace}) foreach(ace_node in 
filter(ace_node in {list}| id(ace_nodes)=head(ace_node))| create unique 
folder<-[:rel_right{status:0,explicit:head(tail(ace_node))}]-ace_nodes) 
return distinct ID(folder), folder.id, folder.parentid", "params":{"share" 
: 33784, "ace":[33774,33775,33776], "id":"-226341832", "parentid":"0", 
"path":"//server/share/folder", "up":"0", "down":"0", "inheritance":"0", 
"name":".scf", "status":"0", "list":[[33774,1],[33775,1],[33776,1]]}}

works with cypher 1.9 like a charm. Replacing the ":" characters with pipes 
in the foreach constructs causes an exception: invalid input.

What works wrong?

Thanks in advance

Frank /aikux


-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to