Christophe Coevoet
Christophe Coevoet
@ronanguilloux Is there any chance to get this accepted ?
@ThomasLandauer could you fix this PR ? We definitely want our `dev` firewall to use a pattern anchored at the beginning, to avoid risking matching URLs of the project that...
@ninsuo did you manage to make progress on this ?
@mozfreddyb is there any chance to get a release supporting ESLint v9 ?
`type` is meant primarily to refer to packages needing a specific installation method (the `symfony/flex` plugin relies on the `symfony-bundle` type to automatically register bundles in the kernel during installation)....
Maybe Doctrine DBAL misses a way to inject custom logic in this schema management in a composition-based extension point. Having to extend the platform class is OK for projects (assuming...
The new event proposed in the ORM won't help here: it does not allow changing the generated SQL, which is what is done for messenger.
IIRC, the missing part is the automatic schema management for the Messenger doctrine transport, as MessengerTransportDoctrineSchemaListener relies on the `onSchemaCreateTable` event that allowed it to modify the generated SQL for...
Now that we apply the mapping directly on the class of the Model namespace, it will actually be possible to implement it. This is also something I thought of several...
No, there is a better way now. I will work on it this weekend