Skip to content
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

对3.6以下的版本不支持 #309

Open
elid0928 opened this issue Jan 4, 2024 · 3 comments
Open

对3.6以下的版本不支持 #309

elid0928 opened this issue Jan 4, 2024 · 3 comments
Labels
question Further information is requested

Comments

@elid0928
Copy link

elid0928 commented Jan 4, 2024

Describe the bug
A clear and concise description of what the bug is, and what you expected to happen.
在readme文档中看到支持的mongodb版本是2.6及以上, 但在测试时, 该并不支持mongodb 3.0.9, 根据项目介绍,是基于官方库go.mongodb.org/mongo-driver 的项目, 官方库标注的是仅支持mongodb 3.6 以上的版本

To Reproduce
Codes to reproduce the behavior.

driver: github.com/qiniu/qmgo v1.1.8
mongodb version: 3.0.9
go version: 1.20

server at 172.17.0.3:27017 reports wire version 3, but this version of the Go driver requires at least 6 (MongoDB 3.6)
new client fail server at 172.17.0.3:27017 reports wire version 3, but this version of the Go driver requires at least 6 (MongoDB 3.6)
connect error server at 172.17.0.3:27017 reports wire version 3, but this version of the Go driver requires at least 6 (MongoDB 3.6)

Additional context
Add any other context about the problem here.

@jiangz222
Copy link
Collaborator

Yes, I think official go driver add this limitation.
I can do Nothing but using early version.

@jiangz222 jiangz222 added the question Further information is requested label Feb 6, 2024
@jiangz222
Copy link
Collaborator

I will update the README

@zandwang
Copy link

Looks like I'm going back to mgoV2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants