Maps and nested collections/arrays are not supported (yet) as property values.

Cheers,

Michael

On Mon, Feb 10, 2014 at 11:32 PM,  <[email protected]> wrote:
> Hi,
>
> shouldn't nested maps work within a CREATE statement ???
>
> E.g.:
>
> CREATE (:ANV {
> a:'a',
> b:{
> c:['c'],
> d:'d',
> e:'e',
> f:'f',
> g: {h:'h'},
> h:'h'
> }});
>
>
> results in
>
> Map(e -> e, f -> f, g -> Map(h -> h), c -> List(c), h -> h, d -> d) (of
> class scala.collection.immutable.HashMap$HashTrieMap)
>
> Neo.DatabaseError.Statement.ExecutionFailure
>
>
> ???
>
> --
> 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/groups/opt_out.

-- 
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/groups/opt_out.

Reply via email to