-
I'm trying to use MongoDB Mobile for GeoJSON data. Unfortunately, this does not seem to work out of the box. If I try to `find` a document based on a `nearSphere` query, I get this error:
```
org.…
-
Hello, I am trying to update a document but I got this error. Follow above the command.
````python
self._collection.update_one(
{"taxId": tax_id, "someField": {"$ne": product.lowe…
-
hi.
method `exists()` in `yii\mongodb\Query` by default has not projection or limit in command. so MongoDB return all document and field in result.
```php
User::Find()->Where(['_id' => oid('5de3320…
-
**Version**
checked 5.0.12, checked 5.0.19, (worked in 3.1.1)
**Describe the bug**
Creating a new object via BsonValue ctor with an array for the value returns a BsonValue instance with Type=Arra…
-
I'm using mongo-mapper 0.12.0
When I run this code (from here http://mongomapper.com/documentation/plugins/identity-map.html) I can see more than one query to the database..
``` ruby
MongoMapper.conn…
-
### Describe the bug
Flushing the buffer fails with `BSON::Error::UnserializableClass error="Value does not define its BSON serialized type: 1721203518"`.
I don't think it is related to the value…
bjg2 updated
4 months ago
-
### Express.js
- 웹 및 모바일 애플리케이션을 위한 강력한 기능 세트를 제공하는 최소한의 유연한 Node.js 웹 애플리케이션 프레임워크
### MongoDB
![image](https://github.com/co-task/co-task/assets/118712262/c4222c6a-735b-4510-adf6-cbfb09ec8217)
…
-
I'm interested in running with BSON only mode on the rosbridge side. However I can't figure out how to make this work, as I get errors like this (and no data passed):
```
2019-10-04 16:16:52+0200 [-…
-
org.springframework.data.mongodb.InvalidMongoDbApiUsageException:
Due to limitations of the org.bson.Document, you can't add a second '$or' expression specified as '$or :
[Document{{ac…
-
When tries to assign an ActiveSupport::TimeWithZone to a field, it complains with:
BSON::InvalidDocument: ActiveSupport::TimeWithZone is not currently supported; use a UTC Time instance instead.
Do …