pyorient icon indicating copy to clipboard operation
pyorient copied to clipboard

Question about query results

Open shangguan2017 opened this issue 8 years ago • 1 comments

The pyorient.otypes.OrientBinaryObject object contains after each query returns a dictionary, how to parse it.

shangguan2017 avatar Aug 17 '17 06:08 shangguan2017

I'm not quite clear to which dictionary you're referring, but for OrientBinaryObject, take a look at test_csv_decoding() in tests/test_serializations.py in the develop branch.

TropicalPenguin avatar Aug 17 '17 09:08 TropicalPenguin