-
@hawesie we can't save the fremengrids on the mongodb using message store each message is 93MB and the maximum document size for message_store is 16MB. Any suggestion?
``` bash
[ERROR] [1462353876.93…
-
A method that will add the `bson.M{"$set": query}`
To prevent dumm errors like:
`document.Update(ctx, Collection, bson.M{"field": "value"}, doc)`
-
**Description**
All versions of bson before 1.1.4 are vulnerable to Deserialization of Untrusted Data. The package will ignore an unknown value for an object's _bsotype, leading to cases where an o…
-
Vulnerable Library - mongodb-2.2.36.tgz
The official MongoDB driver for Node.js
Library home page: https://registry.npmjs.org/mongodb/-/mongodb-2.2.36.tgz
Path to dependency file: /package.json
Path…
-
I keep getting this intermittent error
need to investigate
```
fail: Blockcore.Indexer.Core.Storage.Mongo.MongoBuilder[0]
TaskStarter-CirrusMongoBuilder
System.ArgumentException: A…
-
I'd like to leverage the `Upsert()` capabilities of Mongo, and know when a document has changed on the Upsert when using GoLang maps. Specifically I want `ChangeInfo.Updated` to be `0` when the docum…
-
```
DocumentTooLarge Traceback (most recent call last)
in ()
6 er.summarize(db)
7 …
-
Allow functions to be passed for default values. The function is evaluated each time the object instance is created. For example,
```
class Target(Document):
f = ObjectIdField("my_field", default…
-
In the mongokit.auth.User class '_id' and 'login' meant to be the same.
In [1]: from mongokit.auth import User
In [2]: me = User()
In [3]: me.login, me.email, me.password = 'Winnetou', 'mieszko.chowan…
-
The spec for `mc_cursor:next/1` looks like this(https://github.com/comtihon/mongodb-erlang/blob/master/src/connection/mc_cursor.erl#L40):
```
-spec next(pid()) -> error | {bson:document()}.
```
…