Šimon Kandráč
Šimon Kandráč
### Bug Report | Q | A |------------ | ------ | BC Break | yes | Version | 3.3.1 - dev-master, in 3.3.0 there is only 1 (different) sql ####...
Default value for `catchExceptions` is inherited from symfony/console (true), it means that exception will be always caught by symfony/console and displayed as a red text in console and it won't...
Hi, shouldn't `\Ublaboo\DataGrid\Exception\DataGridException` extend `\LogicException` instead of `\Exception`? Because I don't want to propagate nor catch those exceptions, they appear to be in methods like `setSortable` or `setRenderer` and my...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | BC Break| yes #### Summary Hi, I just hear there is 4.0 beta, please...
When loading clean page with datagrid and persistent parameter included in router url, datagrid js always updated url and added redundant persistent parameter, for isntance: url where example.com is persistent...
Closes https://github.com/doctrine/orm/issues/9744 and https://github.com/doctrine/orm/issues/11797, relates to https://github.com/doctrine/orm/issues/11620. It's made as opt-in feature so we don't cause BC break, it can be enabled with `$config->setInferNullabilityFromPHPType(true)`. Example code before: ```php #[Column(nullable: true)]...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | yes I would like to have nullable...