Re: [Neo4j] INSERTing properties

2015-05-14 Thread Tom Zeppenfeldt
thanks.. this solves many issues on our side best, Tom Met vriendelijke groet / With kind regards Ir. T. Zeppenfeldt van der Waalsstraat 30 6706 JR Wageningen The Netherlands Mobile: +31 6 23 28 78 06 Phone: +31 3 17 84 22 17 E-mail: t.zeppenfe...@ophileon.com Web: www.ophileon.com Twitter

Re: [Neo4j] INSERTing properties

2015-05-13 Thread Michael Hunger
you can simulate that by returning maps: RETURN {id:id(n), labels:labels(n), properties:n, metadata: "some-value"} as n > Am 13.05.2015 um 11:14 schrieb Tom Zeppenfeldt : > > We have a usecase in which styling of a node depends on the user and the > (properties of a) relationship it has with o

[Neo4j] INSERTing properties

2015-05-13 Thread Tom Zeppenfeldt
We have a usecase in which styling of a node depends on the user and the (properties of a) relationship it has with other nodes. While trying to figure out how to do such a thing, we realized that it would be nice to have a possibility to "insert" properties in nodes or rels . Not SETting them