orientechnologies / PhpOrient

PhpOrient - PHP binary client for OrientDB
Other
107 stars 13 forks source link

FetchPlan not working #11

Closed irshadhasmat closed 9 years ago

irshadhasmat commented 9 years ago

Hi Team,

I am trying to use fetchplan but its not working.

$return= $client->query('select from make',1,'*:2');

Do m doing something wrong. Tried various option but no luck.

Thanks.

bazo commented 9 years ago

i got the same issue. using *:-1 should fetch all linked data, but i still get just rids out of the query, which is kinda useless as i have to query again for the linked records

Ostico commented 9 years ago

Moved to:

https://github.com/Ostico/PhpOrient/issues/50