Alan Meeson
Results
2
comments of
Alan Meeson
I have looked into this a bit. This client [throws an error if the OrientDB server is of a more recent version](https://github.com/mogui/pyorient/blob/fb74c5da75c14b568c79949b219b98549d1c732a/pyorient/orient.py#L100) than the client. The official Java client has...
I've just run into this issue, and ended up going with a rather un-pythonic "ask permission" approach: ``` if not conn.execute("CALL SHOW_TABLES() WHERE name = '' RETURN name;").has_next(): conn.execute("CREATE NODE...