-
We need to have a look at this when Doctrime ORM 3.0 has been released.
We will probably need to drop support for Annotations as it has been deprecated and will also not be supported ORM 3.0: https…
-
HI,
I just discovered this lib and it seems great.
But I already have doctrine migrations.
What could be great would be having some doc about how to migrate from Doctrine to this lib
- How to …
-
Hi,
No auto-instrumentation for [Doctrine](https://www.doctrine-project.org/) library exists at the moment and I was wondering whether there is a planned integration of this instrumentation as a s…
-
There may be projects where removing soft delete functionality from fe_users is a requirement. When we remove soft delete and the related `deleted` column from the database, Luxletter encounters an is…
-
During the discussion of this question https://github.com/LederCards/cards/issues/62 , we realized another case that could happen for Believer game. This one could actually arise more easily.
## En…
-
I have difficulties with updating entities in a collection (let's omit the problem of overlapping and finding the right field by id), the problem is that instead of calling the setItems() method and t…
-
I am using AutoMapper in a Symfony project alongside Doctrine. When mapping a DTO to an entity, AutoMapper creates new instances for related entities, even if those entities already exist in the datab…
-
**Akeneo** Version: 3.x
**Description**: I am currently working on customizing Akeneo and would like to override an annotation-based entity in Akeneo. Specifically, I am trying to extend and modify…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hi everyone!
I'm on a Macbook Air M2 2022 and i'm trying to create the database with MySQL instead of PostgreSQL, but when i run:
```shell
docker compose exec php bin/console dbal:run-sql -q "SEL…