I do not follow you.

I used this SQL to generate the object in class User:

UPDATE User SET userId = 23232 , activities = [{"data": "Buenos Aires", 
"type": "excursion", "day": 0}, {"data": "Delta Tigre", "type": "picnic", 
"day": 1}] UPSERT RETURN AFTER @rid WHERE userId = 23232

It works with OrientDb 2.1.3 withour returning null cells, but queries 
return empty activities using OriendDb 2.1.15.

Perhaps I need to change my schema? Or maybe I am mixing APIs? Or is it a 
bug? 

I am putting together all the SQL I am using to create Class User and data 
in my response to Alessandro.

I am open to change my schema and/or create new classes. But I need Oriendb 
answer queries as the above ones to solve my problem. I 

Pablo

On Monday, April 18, 2016 at 7:13:45 PM UTC-7, Luca Son wrote:
>
> Hi pabloa,
>
> what type is 'activities' (embedded, embeddedlist, embeddedmap,...) ?
>
> Thanks
>
> Luca
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" 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