Nicolas PHILIPPE
Nicolas PHILIPPE
This is an experiment to refactor "database reset" mechanism. The goal is to decouple the code and to allow end users to extend it, thanks to decoration - I'll add...
I recently had a pretty sneaky bug. Given this code: ```php final class SomeFactory extends PersistentObjectFactory { protected function initialize(): static { return $this->beforeInstantiate( function (array $attributes): array { if...
fixes https://github.com/zenstruck/foundry/issues/597 This PR introduces a way to automatically create all permutations for "cascade persist" relationships. By using a combination of the trait `WithEntityRelationShip`, and the attribute `UsingRelationShips`, a data...
### Symfony version(s) affected all ### Description Hello, if a vendor class has a problem towards a wrong internal usage of `@final`, an error `E_USER_DEPRECATED` will be triggered with the...
this PR partially fixes the issue https://github.com/zenstruck/foundry/issues/696: I've decided to completely remove all methods in `PersistenceProxyObjectFactory`, so we do not override `@final` methods anymore. We still need to figure out...
- **docs: document new option orm.migrations.configurations** documents https://github.com/zenstruck/foundry/issues/685 - **docs: add some doc for the instantiator** (fixes #702)
This is an experiment, in order to take "reset: migrate" permutation in another testsuite (by the way, this fixes #694)
https://github.com/zenstruck/foundry/pull/686
| Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT...
### Bug Report | Q | A |-------------------------------------------- | ------ | Version | any #### Summary Hello, this issue is a follow up of https://github.com/doctrine/orm/issues/11230: in MySQL, when a deadlock...