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
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