We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mongodb/Database/MongoDB/Internal/Protocol.hs
Line 410 in 3bb466c
Line 330 in 3bb466c
opCode values other than OP_MSG (2013) are depreciated starting with Version 5. Since version 3.6 OP_MSG has been the preferred request method.
OP_MSG
putNotice and putRequest also need to be updtaed to match the OP_MSG wire protocol.
putNotice
putRequest
Doing so may partially or fully address issues #94, #97, #107, #112
The text was updated successfully, but these errors were encountered:
OP_QUERY
@VictorDenisov I think this can be closed, as #137 was merged. Would you agree?
Sorry, something went wrong.
Yep. Totally!
No branches or pull requests
mongodb/Database/MongoDB/Internal/Protocol.hs
Line 410 in 3bb466c
mongodb/Database/MongoDB/Internal/Protocol.hs
Line 330 in 3bb466c
opCode values other than
OP_MSG
(2013) are depreciated starting with Version 5. Since version 3.6OP_MSG
has been the preferred request method.putNotice
andputRequest
also need to be updtaed to match the OP_MSG wire protocol.Doing so may partially or fully address issues #94, #97, #107, #112
The text was updated successfully, but these errors were encountered: