-
Hi.
I've tried to test this query in fongo but It doesn't response anything:
```
[
{
"$match": {
"$and": [
{
"_id": "493722"
}
…
-
BSON is just an AList, which is find. However, MongoDB has specific semantics not captured in allowing arbitrary strings. The current driver will let you throw anything at it and hopefully report an e…
-
Results are not being stored to mongodb due to failing bson encoding:
```
...
Loaded data from building UK-DALE_building_5 for fold unseen_appliances from 2014-06-29 17:23:48+01:00 to 2014-09-07 …
-
Whenever I try to start Strapi using this template with Custom Config and MongoDB, I receive an error about objectID fields.
```
Error: global validation failed: _id: Cast to ObjectId failed for v…
-
This enhancement is designed to facilitate differential updates of documents from MongoDB. Using this feature, documents loaded from MongoDB will be instrumented to detect changes, and then a function…
-
First off, thanks for the great package!
Currently, reticulate does not properly recognize 64(long) bit BSON integers.
```
bson=reticulate::import("bson")
object [1] "bson.int64.Int64" …
-
Hi,
**Summary**
From what I could gather, the HttpIn node wraps the request (req) and the response (res) objects in the message (msg) that it sends further down the flow ([function where this happens…
-
MongoDB supports a powerful query operator, [elemMatch](https://www.mongodb.com/docs/manual/reference/operator/query/elemMatch/), that lets applications perform "joins" on embedded arrays of documents…
-
When I switch from working with mongo cursors (mongo.find) to fetching data frames (mongo.find.all) I get a data frame with `POSIXct` timestamps and those timestamps don't have milliseconds.
E.x:
`…
-
When querying a `MapField` or `DictField` the order of the keys & values matter. After digging into the MongoDB documentation I understood that this has to do with the fact that MongoDB is using BSON …