-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query parameters serialized/deserialized twice in remote protocol. #2301
Comments
@phpnode we can do this by looking at server and client protocol versions. so backward compatibility will be supported. |
👍 |
I've assigned this to @tglman that is working on the binary protocol serialization. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
com.orientechnologies.orient.core.command.OCommandRequestTextAbstract#fromStream(com.orientechnologies.orient.core.serialization.OMemoryStream)
We serialize/deserialize the parameters twice. I suppose we do that by mistake. It looks really strange for the protocol users.
We serialize keys put them in document and then serialize document.
The text was updated successfully, but these errors were encountered: