-
If I disable softdeleteable filter with `$om->getFilters()->disable('softdeleteable');` it's working for the document but not for the associations of this document.
I'm using:
```
"doctrine/mongodb-…
-
For me, it wasn't clear if this library supports Logging mongo db embedded documents and I frankly couldn't determine whether or not some of the past PRs added support for this or not. Using `gedmo/do…
-
Support polymorphic relation type.
For example, as single `AccessToken` model class can belong to multiple user-like model classes, using AccessToken's `principalType` property to distinguish betwe…
-
**Symfony FOSUserBundle versions**: v2.1.2
**Description of the problem including expected versus actual behavior**:
It looks like that this plugin is not working for MongoDB. When I t…
-
I want my class field names camelCased, but my database fields under_scored. When I try the following XML configuration, I get a `Doctrine\ODM\MongoDB\Mapping\MappingException` with the message `No ma…
-
Hi,
while playing around with php 8.1 on our symfony project I hit the mentioned exception while clearing the cache.
Tested version: doctrine/common 3.1.2 and 3.2.0
Steps to reproduce: type h…
-
I'm using mongo with doctrine ODM , i created a document model with translatable annotation inside the embdedDocument
```
class Restaurant{
/**
*@m\EmbedOne(targetDocument=
"Wagba\FrontendBund…
-
Hi, i have been trying to use the **Cross Object Mapper References** with Symfony 3.4, but i have got no success yet. I'm trying to reproduce the example on: [ https://github.com/Atlantic18/DoctrineEx…
-
Hi guys, hope you are doing well.
I've implemented a local feature that uses MongoOperations to ensure my indexes on mongodb at the application startup, but it is not elegant :)
I'd like to sugg…
-
In my project I have multiple objectmanagers.
This currently leads to errors like:
```
Internal error: The class 'X' was not found in the chain configured namespaces ...
```
because its us…