-
https://github.com/chefsplate/laravel-doctrine-odm/blob/8477d74cae1feea821090de1ef953c1a4601d023/src/Providers/DocumentMapperServiceProvider.php#L52-L53
The above code only supports passing the DSN…
-
I'm experiencing a little trouble with references at the moment, and I'm not sure exactly what the issue is.
I'm trying to deserialize some data in to a `Schedule` object which already has an assoc…
-
Hi,
I just want to know if there is a reason why in the schema for mongoDB "Sonata\NewsBundle\Document\BasePost" the definiton for commentsCounts is with underscore instead of camelCase ?
In `Re…
-
Hi,
in Doctrine/ODM/MongoDB/Cursor.php 528 $this->baseCursor->rewind(); cannot be excecuted if the collection is empty, as go around I propose:
if($this->baseCursor->count()>0){
$…
-
### Environment
#### Sonata packages
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.23.0 3.23.0 The missing Symfony Admin Generator
sonata-proj…
-
I'm trying to call flush([$documentOne, $documentThree]) so it'll only flush these two documents and not others which I have not specified.
However, the ODM flushes all the documents that are pending…
-
I've noticed a weird issue related to embedded documents. I've two collections User and City:
```php
# User.php
/**
* @ODM\EmbedOne(targetDocument="AppBundle\Document\City")
*/
protected $…
-
### Environment
#### Sonata packages
```
sonata-project/admin-bundle 3.21.0 = 3.21.0 The missing Symfony Admin Generator
sonata-project/block-bundle …
tamcy updated
6 years ago
-
I tried running `tests/Doctrine/Tests/Common/DataFixtures/Purger/MongoDBPurgerTest.php` but it has:
```
if (!class_exists('Doctrine\ODM\MongoDB\DocumentManager')) {
$this->markT…
-
### Environment
#### Sonata packages
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.23.0 3.23.0 The missing Symfony Admin Generator
sonata-proj…