Re: [orientdb] Re: console - embedded maps

2014-04-07 Thread Luca Garulli
Hi Tommy, have you used SQL UPDATE? Look at: https://github.com/orientechnologies/orientdb/wiki/SQL-Update#example-5-put-a-map-entry-into-a-map Lvc@ On 7 April 2014 19:13, Thomas Kennedy wrote: > I expect to see {"Name":"List"} > > > On Monday, 7 April 2014 18:13:09 UTC+1, Thomas Kennedy wrot

[orientdb] Re: console - embedded maps

2014-04-07 Thread Thomas Kennedy
I expect to see {"Name":"List"} On Monday, 7 April 2014 18:13:09 UTC+1, Thomas Kennedy wrote: > > Hi, > > I trying t use the console to insert some value into an embedded map type. > > I input {"Name":"List"} into the textbox and save and > get {"Name":{"List":null}} instead. > > Can anybody help