mgo icon indicating copy to clipboard operation
mgo copied to clipboard

The MongoDB driver for Go

Results 69 mgo issues
Sort by recently updated
recently updated
newest added

We use the issue tracker to track bugs with mgo - if you have a usage question, it's best to try Stack Overflow :) Replace this text with your description,...

We use the issue tracker to track bugs with mgo - if you have a usage question, it's best to try Stack Overflow :) Replace this text with your description,...

Support more future proof hashing algorithm for SCRAM authentication. Compatible with mongoDB 4.0 and higher.

enhancement
help wanted
4.0 feature

It is very danger with mgo/bson/bson.go.212,see [code](https://github.com/globalsign/mgo/blob/master/bson/bson.go); if anyone else who wanted to change request args to mongoDB objectID, the code maybe like this: ``` objID := bson.ID if IsObjectIdHex(req.ObjectID)...

What is the Daemontools? I am not able to find it for PPC64LE.

User passwords are stored in the MongoDB database using a cryptographically weak hashing algorithm (e.g. MD5). The user’s credentials are constructed into the string format username:mongo:password. An MD5 hash of...

enhancement
help wanted

Mongo 3.6 adds support for using DNS `SRV` records to configure the initial set of ReplicaSet members instead of providing them in the connection string itself. See: https://docs.mongodb.com/manual/reference/connection-string/#dns-seedlist-connection-format and https://github.com/mongodb/specifications/blob/master/source/initial-dns-seedlist-discovery/initial-dns-seedlist-discovery.rst...

enhancement
help wanted
3.6 feature

Sometimes there is panic. Guard for this added

This PR is to address issue #112 . The code changes are largely based on the new, official mongo driver. That code does not drop in cleanly, so the code...