You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently Doctrine uses different logic when it comes to platform compatibility
RIGHT JOIN is supported even though it does not work an all platforms
UPDATE/DELETE JOIN is 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.
The text was updated successfully, but these errors were encountered:
Apparently Doctrine uses different logic when it comes to platform compatibility
RIGHT JOIN
is supported even though it does not work an all platformsUPDATE/DELETE JOIN
is not supported, in the same situationI 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.
The text was updated successfully, but these errors were encountered: