mogui / pyorient

Orientdb driver for python that uses the binary protocol.
Apache License 2.0
166 stars 127 forks source link

Question about query results #254

Open shangguan2017 opened 7 years ago

shangguan2017 commented 7 years ago

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

TropicalPenguin commented 7 years ago

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.