Jan Nedbal
Jan Nedbal
Thanks, I'm glad you found this tool helpful! I understand your usecase. Even though it is currently possible to accomplish what you need, this tool is not really designed for...
Link: https://github.com/symfony/symfony/pull/54654
You can fix 3rd parties by stub files
`['unsigned' => true]` does not work for all drivers (e.g. in postgres)
If support would be added, it needs to be driver-aware.
My point of view: - It should be possible to implement proper deduction of "this field is not null due to this WHERE" by traversing the DQL AST (big effort...
I think more common ways are: - autodetect if colors can be used - `--no-ansi` - `--no-color` - https://no-color.org/ I'll probably pick one of those solutions.
I think we should go with the approach PHPUnit uses. It has both `name` and `file` attribute. File is absolute path, name can be whatever (we can keep what we...
> I think we should go with the approach PHPUnit uses. It has both name and file attribute. That is not possible in our case. PHPUnit uses that on ``...
Yes, closing.