-
### Problem
I'm using `toJSON()` on my `RealmObject`'s to get serializable state which I can use in Redux.
`BSON.ObjectId`'s appear to be serialized to an `Object` which when called with `toString…
-
### What should be done?
We should support `db.runCommand({aggregate: 1})`. See https://www.mongodb.com/docs/manual/reference/command/aggregate/
`{aggregate: 1}` is only supported for `$changeSt…
-
Hello,
I am not able to run the MongoDB examples and I feel like I am missing something simple here.
When I run any liquibase command (liquibase dropAll | update), I get this exception:
`java.lang.…
-
This is the exception that is thrown from the Mongo.Context
System.TypeInitializationException was unhandled by user code
HResult=-2146233036
Message=The type initializer for 'Mongo.Context.MongoMeta…
-
When you serialize a document to a file, the serialized bson-string is allocated three times.
- Into "buf" (https://github.com/martinkou/bson/blob/master/bson/codec.py#L200)
- Into "e_list" (https://g…
-
this namespace is mongodb's collection and field ?
in this example, namespace == "users.users" ,namespace == "users.status", "users" is collection name? "status" is mongo document's field name?
```…
-
Hi,
We have an application online that works with mongo db. Wanting to make things easier for us we decided to use Mongomapper. But to our dismay it returns all document ids as string... making our ap…
-
MongoDB 6.0.4 Community Edition
main.go
```
package main
import (
"context"
"fmt"
"time"
"github.com/qiniu/qmgo"
"go.mongodb.org/mongo-driver/bson"
"go.mongodb.org/mongo-driver/b…
-
Hi, we want to upgrade from spring boot 2.5.x to version 2.6.x. In the new version of SB, the spring data mongo db was updated from version 3.2.x to 3.3.x.
In our code base, we often use `MappingMo…
-
acl@0.4.11 module depends on mongodb@2.2.36 and mongodb-core@2.1.20. Both these mongodb related modules depends on bson@1.0.9.
Below vulnerability found with bson version 1.0.9 that currently used in…