orientechnologies / pyorient

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

OrientDB 2.2 BETA not supported yet #11

Closed kaYcee closed 8 years ago

kaYcee commented 8 years ago

Protocol version only up to 32 supported (new 2.2 beta uses 33). If manually changed in constants.py receiving error "pyorient.exceptions.PyOrientSecurityAccessException: com.orientechnologies.orient.core.exception.OSecurityAccessException - User or password not valid for database" - regardless of the username. Has apparently to do with the recently introduced encrypted user/password management.

ArielleA commented 8 years ago

Version 36 now, 2.2.0 rc1. Is there a protocol document that can be used by the community to submit patches?

Ostico commented 8 years ago

No @ArielleA, there is not at the moment. I already submitted an issue to Orient team.

Ostico commented 8 years ago

Now documentation seems updated now. This week i will make the upgrade.