Šimon Kandráč

Results 46 comments of Šimon Kandráč

@paveljanda that's cool, because runtime exception is also ignored by default in phpstorm ![image](https://user-images.githubusercontent.com/45132928/214547143-0357db61-3345-477d-a8b4-1eb5b9bbcde5.png)

Well, migrations would generate unnecessary queries, otherwise application shouldn't be broken, most people who are using UUID use `uuid_binary` type with binary(16) column type from `ramsey/uuid-doctrine` library, others use `uuid`...

@radimvaculik I cannot replicate that, when I try to accept $test, in actionDefault(string $test), and then I add ?test=example.com in url, datagrid will ignore that test parameter for some reason,...

I tried dev-master and I have the same problem, looks like it's wasn't implemented https://github.com/contributte/doctrine-dbal/blob/master/src/Logger/SnapshotLogger.php#L32 after refactoring loggers https://github.com/contributte/doctrine-dbal/commit/364501364120536618dd891d929dc8c762e7301c I have dumped SnapshotLogger snapshot item, and it doesn't look like...

I just realized, this might be a BC break, if someone uses custom nettrine.cache.driver in their neon config (because composer update can use version 2.0 and that version have no...

I don't have much time for new features and this plugin is in maintenance mode only, but when I will have some time I'll look at it if it's gonna...

> Is there already someone that found a solutions for this because impossible to retry it even when you reset the manager ? > > The only solution is to...

Thanks for report! I'm familiar with this issue, but I don't know exactly what is the cause. I've been told before that this is due to how syntax parsing is...

@sasule it should be fixed in the next release, if you want you can test it (version should be available within an hour, or a few days because it's weekend.....

Now when i think about it, it can be resolved just by adding unsigned support to [AbstractMySQLPlatform::getBooleanTypeDeclarationSQL](https://github.com/doctrine/dbal/blob/4.2.2/src/Platforms/AbstractMySQLPlatform.php#L195), I tried it and the problem went away, and no other problems with...