-
With a class like this, which is namespaced, but doesn't have any parent classes:
``` ruby
class SomeNamespace::OtherNamespace::ActualClass
include Mongoid::Document
include Mongoid::Timestamps
…
-
**[Cesar Tron-Lozai](https://jira.spring.io/secure/ViewProfile.jspa?name=cesartl)** opened **[DATAMONGO-2177](https://jira.spring.io/browse/DATAMONGO-2177?redirect=false)** and commented
When migrati…
-
I am getting a ```InexactError: trunc(Int32, 8431957686)``` error while saving a large BSON. I was wondering if you know what could be causing it and how to get around it. Unfortunately, I am not sure…
-
Exception in thread "taskGroup-0" com.alibaba.datax.common.exception.DataXException: Code:[Framework-13], Description:[DataX插件运行时出错, 具体原因请参看DataX运行结束时的错误诊断信息 .]. - org.bson.BsonInvalidOperationExcept…
-
When trying to serialize `Serialize` object using `bson::to_vec` it gets to `update_element_type` which returns an error if the top level object is not `ElementType::EmbeddedDocument`
[ …
-
**Describe the bug**
When dumping a model with links, the corresponding DBRef dicts don't keep extra attributes.
**To Reproduce**
```python
class User(Document):
email: str
class ToDo(…
-
I'm trying to retrieve charge density data, and the corresponding task information for the calculations that produced that data.
I'd like to be able to download the VASP input and output files ass…
-
I have the follow document structure:
```
{
...
"resultado": [
{
"badges": [
{
"codigo": "123",
"url_imagem": "https://docs.mongoengine.org/apirefere…
-
I've made some experiments with @alfsb, then this idea come from these experiences.
Features could be splitted on traits, so users could pick which attach to their classes.
A full-featured persistabl…
-
Hello,
I get the following error when I specify a TTL on `findOneById`, `findByFields`, etc
`Error: Converting circular structure to EJSON:`
I'm sure that it is caused by something weird in m…