-
https://github.com/doctrine/mongodb-odm/blob/8a98856ba14f5740054f49a83aedd6754a649d26/lib/Doctrine/ODM/MongoDB/Mapping/ClassMetadata.php#L253
This involves all same-namespace name resolution magic,…
-
hello,
first of all thx for this great project we ❤️ it.
using the following yaml:
# 3.4.4
```
parameters:
env(KRN_HOST_MONGODB_PRIMARY): 'mongo_primary.krn.krone.at'
env(KRN…
-
Is there any port or configuration to integrate ODM instead of ORM?
-
Annotations in ODM documents methods are ignored by annotation reader because proxy does not carry the annotations from document class. Is this a bug or a feature? And what to do about it?
-
As discussed [here](https://github.com/doctrine/mongodb-odm/issues/933), it could be nice to have an interface defining common method for some ObjectManagers.
I am specificaly talking about the [ORM/…
-
Hello.
This bundle looks smart and improvable.
I tried a very basic worker based on the example you put in README and it worked well. But, when I try to run a worker which manipulates DB documents, …
-
Could I modify bundle to work with Mongodb-ODM?
If that is possible, what I should change?
Thanks!
-
I wanted to define an `Expirable` trait:
```php
-
Hi,
I'm using mongodb, when i tried to install latest version ((>=v0.5.1), I am getting following error.
``` [KO]
Script cache:clear returned with error code 255
!!
!! Fatal error: Uncaught Sym…
-
Hi,
I'm having a problem, as I'm using the extension to use the tree doctrine extension.
I have the Tree working fine in database, yet I can't active the Listener, resulting in the common "Integrity…