Jalliuz

Results 6 issues of Jalliuz

I have the option "ANSI_QUOTES" in my original `sql_mode`. Which means the table names etc. get surrounded with double quotes in the exported sql `CREATE TABLE "my_table"` But on top...

### Symfony version(s) affected 6.4 ### Description ```` # serialization.yml App\Entity\Dossier: getLinkedDossiers: groups: - SomeGroup max_depth: 1 // This can lead to a very deep structure of linkedDossiers otherwise ````...

Serializer
Bug
Status: Needs Review

The Parser turns A DQL query in a ParserResult. This parser generates all the **QueryComponents**, which hold all the mappings calculated from the DQL query. But in the end these...

### Feature Request #### What It would be nice if we could set query hints on the QueryBuilder so they are added to the new Query object when you do...

I have this TextMessagesButton.php file ```` #[AsLiveComponent('TextMessagesButton', template: 'Dossier\TextMessagesButton.html.twig')] final class TextMessagesButton {} ```` This works if I use the self closing tag in twig ```` ```` But not when...

Bug
Status: Needs Review
LiveComponent

In doctrine/dbal 3.9.4 I have "use_savepoints" option enabled, (Deprecated option, I know, but the option was there since some time) ```YAML doctrine: dbal: use_savepoints: true ``` I have one migration...