You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, everything ok.
But, when I query in the pyorient I got this:
d = c.client.command('select location,in() as in,out() as out from Entity')
>>> for i in d:
... print(i.oRecordData)
...
{'location': {'o_class': 'OPoint', '[],out': [<pyorient.otypes.OrientRecordLink object at 0x107bd3a58>], 'coordinates': '[-22.8934087d,-47.0885695d]),in'}}
{'location': {'o_class': 'OPoint', '[],out': [], 'coordinates': '[-22.999385d,-47.108123d]),in'}}
{'location': {'[#13': 0, 'o_class': 'OPoint', '],out': [], 'coordinates': '[-15.784493d,-47.870311d]),in'}}
>>>
Take a look at out, it came inside of location field.
Am I doing something wrong or is it a bug?
Thanks in advance
Regards
André
The text was updated successfully, but these errors were encountered:
Hi guys
First, great job with pyorient. Congratulations.
When I query in the console.sh, I got this:
So, everything ok.
But, when I query in the pyorient I got this:
Take a look at
out
, it came inside oflocation
field.Am I doing something wrong or is it a bug?
Thanks in advance
Regards
André
The text was updated successfully, but these errors were encountered: