-
Is there any plans to use MongoWriteBatch classes for updates/inserts?
http://php.net/manual/ru/mongo.batch.php
It would be awesome
----
Edit from @jmikola: This issue was originally opene…
-
Doctrine 2 comes with MongoDB ODM any idea how to load it in lithium? from the top of my head auth and form classes will have to be patched? any input would be appreciated
-
Hi,
This is not the issue. I just wanted to know, can you provide some examples for using this with Lumen, controllers etc... I'm totally new with Doctrine. Until now I worked mostly with Eloquent an…
ghost updated
7 years ago
-
Les modèles [Mongoose](https://mongoosejs.com/) sont assez pratiques mais impactent rapidement les performances. Je pense qu'il est préférable d'utiliser `lean` avec https://github.com/graphql/dataloa…
-
Hello, I'm testing mongodb odm support using **doctrine/mongodb-odm-bundle:4.0.0** and **api-platform/api-platform:2.5.0**
I'm experencing very poor performance with large datasets (2 million docum…
-
I'm not sure if this is officially supported by Doctrine, since it is not documented, but it works - with an error notice.
For example, if I have documents A and B where document B has an embedded do…
Bilge updated
3 years ago
-
Official documentation says it is possible to use mongodb as connection
`$this->loadFixtures($fixtures, null, 'doctrine_mongodb');`
but when tried we see:
`Liip\FunctionalTestBundle\Test\WebTestCase::…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 1.3.7
#### Summary
In upgrading version up to 1.3.* in DocumentPersister::handleCollections() …
-
### Feature Request
The package symfony/var-dumper is currently required in the main "require" channel.
From my research, there is no valid reason for it to be loaded outside of a dev environment …
-
Currently `EmbedMany` fails using a `discriminatorMap` here: https://github.com/zoopcommerce/shard/blob/master/lib/Zoop/Shard/ODMCore/PreLoadSubscriber.php#L55
See doctrine docs for allowed attribute…