Šimon Kandráč
Šimon Kandráč
Hi @derrabus, do you think it's reasonable to add this at least as opt-in in configuration? It would help a lot to have cleaner entity properties, that's one of the...
> We can do that, yes. But someone would need to work on the feature and apparently nobody did that during the last three years. It has already been done,...
May be also related to https://github.com/doctrine/dbal/issues/6743, I have working TinyInt with some workaround in that issue, this can be solved just by removing `(1)` part from mysql boolean definition TINYINT(1),...
Unfortunately, I don't have the time for adding new features right now, even though this seems relatively easy and useful. The another problem I see is, that when you start...
I have decided to add this for functions, it has a special treatment - function has to start with that typed string, so there is less noise when most users...
@Kinqdos try changing doctrine/orm version in composer to `3.4.x-dev#bffe56746660f62898455875ada1da86ecf16665 as 3.4.0`, it's a commit from my PR https://github.com/doctrine/orm/pull/11814 that I'm already using on some projects and it's working fine with...