-
之前用apt install的mongodump/mongorestore, 版本有点老, 下载了https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2004-x86_64-100.9.1.deb,
mongodump 可以用了,但导出的collection 比mongodb 多很多。
mongodb
…
-
Hi,
`bson` enables the "large-dates" feature, which means that when you add it to your crate, everything that parsed some `time::PrimitiveDateTime`s using the plain version of `time` will potentiall…
-
## Describe the bug
See reproduction below:
```
let test_doc = doc! {
"acutalTimestamp": bson::Timestamp {increment: 0, time: 12345},
"operationTime": {"$timestamp": "7248…
-
After getting a successful test connection, attempting to open the cluster from the panel runs into an exception:
> Document does not contain key ns
org.bson.BsonInvalidOperationException: Documen…
-
I have tried implementing migrations on startup. However, I get this error:
`System.InvalidCastException: 'Unable to cast object of type 'MongoDB.Bson.BsonDocument' to type 'MongoDB.Bson.BsonString'.…
-
Hi!
I think this is due to a combination of issues (namely mongodb using the bson.js as opposed to C++ bson and hence hitting performance issues) but when I run a single agenda.schedule job there i…
-
I have a mongo collection which has non-hex '_id' in form a string.
I cant read them into a PCollection getting following exception
Exception in thread "main" java.lang.IllegalArgumentException: inv…
-
After retrieving data from database like:
```
use mongodb::bson::from_document;
let data = from_document::(bson_document)?;
```
I'm not able to serialize data to json with custom datetime f…
-
Hi,
In [GameSave.cpp#2481-2486](https://github.com/The-Powder-Toy/The-Powder-Toy/blob/master/src/client/GameSave.cpp#L2481-L2486)
```cpp
bson_append_start_array(&b, "palette");
for(auto iter …
-
The aggregation query to MongoDB should allow it to be written in BSON format.
This is because MongoDB stores values as in BSON format and allowing to write the query in BSON would simplify queryin…