orientechnologies / pyorient

OrientDB driver for Python that uses the binary protocol.
Apache License 2.0
119 stars 38 forks source link

Partial revert of a6656ae - fix for OGM vertex generation #44

Open baesystemsFASTLabs opened 2 years ago

baesystemsFASTLabs commented 2 years ago

We have found in our usage that vertex creation through the OGM has been broken by the previous commit. Adding back the to_unicode wrap to the client command call fixes this.