[orientdb] Select Query issue

2017-10-26 Thread Shrikant Pachauri
I am new to orient DB and trying the technology Actually i have inserted some records in the database. I want to query for a particular record with given value In my record I have id= Request ID-4 now when i run query like select from Request where id='Request ID-4' it does not work while i

Re: [orientdb] Behavior of elements in EMBEDDEDLIST

2017-10-26 Thread Luigi Dell'Aquila
Hi Eric, Try to define the property as EMBEDDEDMAP with LINKEDTYPE = EMBEDDEDMAP, it should solve the problem Thanks Luigi 2017-10-26 4:37 GMT+02:00 Eric24 : > Using ODB 2.2.28, I have a simple Class that contains an EMBEDDEDLIST > called "data". If I update "data" like this: > UPDATE #12:4 SE

Re: [orientdb] Behavior of elements in EMBEDDEDLIST

2017-10-26 Thread Eric Lenington
Thanks for the quick response. I'm not familiar with that option. What's the syntax of the create property statement to do this? On Thu, Oct 26, 2017 at 8:25 AM, Luigi Dell'Aquila < luigi.dellaqu...@gmail.com> wrote: > Hi Eric, > > Try to define the property as EMBEDDEDMAP with LINKEDTYPE = EMBED

Re: [orientdb] Select Query issue

2017-10-26 Thread Luigi Dell'Aquila
Hi Shirkant, Which version are you working with? How did you do the insert? Thanks Luigi 2017-10-26 12:02 GMT+02:00 Shrikant Pachauri < shrikant.pacha...@optimizory.com>: > I am new to orient DB and trying the technology > Actually i have inserted some records in the database. I want to query

Re: [orientdb] Behavior of elements in EMBEDDEDLIST

2017-10-26 Thread Luigi Dell'Aquila
Hi Eric, The syntax is following CREATE PROPERTY ClassName.propertyName EMBEDDEDLIST EMBEDDEDMAP but I see that in your list you have a mix of maps and sublists, so I'm afraid it won't work... Luigi 2017-10-26 15:27 GMT+02:00 Eric Lenington : > Thanks for the quick response. I'm not familiar