Šimon Kandráč
Šimon Kandráč
It will change the exit code from 1 to 255, only if that config parameter wasn't specified, but that would mean that any exception could not be logged, now it...
What if the default value wasn't `false`, but `%debugMode%`? Because I guess most people will have set it up this way anyway, since it causes no problems at all, when...
@williamdes any update on this? last time I tried it (few months ago when Mariadb 10.7 beta was released) there was a lot of issues with uuid type across phpmyadmin
Can someone add label "bug" if there is still no progress? Because it's not enhancement so much, it's a bug, phpmyadmin breaks when using UUID datatype and can't handle it...
Hi, I tested it right now, what works: table creation, inserting rows, updating rows, relations with links, removing rows with buttons, removing rows with selection. What does not work: searching...
@morozov, I have found the root cause. https://github.com/doctrine/dbal/compare/3.3.0...3.3.1#diff-3a87a8ea798d5188662020a7cfc091da8595a6ccfff91b074deec8ac7801f349L60 (see highlighted line in files) Before, there was comparator created with `new self();`, without passing `$this->platform`, so when there is a platform,...
Hi @Dallas62, I explained how I get rid of the problem, I didn't have `charset` to `utf8` in my column, but I did have collation `utf8_bin` and my default doctrine...
Ah, I see, that may be the same issue, there is a diff if you want to search deeper https://github.com/doctrine/dbal/compare/3.3.0...3.3.1, but I think I figured it out what is a...
Hi, that nette extension just integrates dbal into the nette framework - https://github.com/nettrine/dbal/blob/master/src/DI/DbalExtension.php, I don't know what can affect it from there, there is no comparator registration. I tried it...
Does this still work? I'm getting message: ``` Failed to parse form data. Make sure the Content-Type is multipart/form-data. ```