Apply the same logic to platform portability issues
Apparently Doctrine uses different logic when it comes to platform compatibility
RIGHT JOINis supported even though it does not work an all platformsUPDATE/DELETE JOINis not supported, in the same situation
I think you should make up your mind on how to treat functions not supported on all platforms - obviosly the best way is to enable such functions by default.
I think you should make up your mind on how to treat functions not supported on all platforms
Thank you for this piece of advice.
However, I fail to find an actionable proposal in this ticket. Do you want to elaborate a bit more?
However, I fail to find an actionable proposal in this ticket. Do you want to elaborate a bit more?
Either remove (deprecate) stuff that is not supported everywhere, or, preferably, allow to opt-in to extended functionality such as update joins