-
I recently found that when applying foreach loop to the result of an ODM query and taking its count inside the loop, the loop breaks. For example
```
$query = $dm->createQueryBuilder(Product::cla…
-
### BC Break Report
| Q | A
|------------ | ------
| BC Break | yes
| Version | 2.5.0
#### Summary
In the 2.5.0 release the CachingIterator was improved to implement the…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Direct dependencies required in composer.json:
sonata-project/admin-bundle …
-
Issues #246 and #370 discussed difficulties decoding mongo dates to DateTime with specific time zones. Developer consensus favors userland conversion/wrapping as the most flexible solution. What I wou…
-
**Description**
In order to enhance the capabilities of the `Link` in a subresource, there should be a way to easily integrate/modify custom relationships or data that the `LinkHandlerTrait` does…
-
### Symfony version(s) affected
5.3.11
### Description
After upgrading `symfony/serializer` from `5.3.10` to `5.3.11` Seralizer starts to access special `$initializer` property in proxies gen…
-
### BC Break Report
| Q | A
|------------ | ------
| BC Break | not sure
| Version | 2.17.1 (latest at time of writing)
#### Summary
Currently upgrading one our projects…
-
I'm trying to require DoctrineModule using:
```console
composer require doctrine/doctrine-module:5.3.0
```
Pretty standard, but I'm getting the following:
```console
Your requirements could not …
-
In https://www.doctrine-project.org/projects/doctrine-mongodb-odm/en/1.2.x/cookbook/implementing-wakeup-or-clone.html headings have backslashes before underscores, e.g. `Safely implementing \_\_wakeup…
-
Hey, I installed the security bundle, doctrine, maker and annotations to make a user system. After that I ran symfony console make:user and created the standard user (yes to everything). After that, …