Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply the same logic to platform portability issues #6511

Open
duzenko opened this issue Aug 29, 2024 · 2 comments
Open

Apply the same logic to platform portability issues #6511

duzenko opened this issue Aug 29, 2024 · 2 comments

Comments

@duzenko
Copy link

duzenko commented Aug 29, 2024

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.

@derrabus
Copy link
Member

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?

@duzenko
Copy link
Author

duzenko commented Aug 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants