-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Doctrine] Promote DQL in favor of QueryBuilder #12469
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
[Doctrine] Promote DQL in favor of QueryBuilder #12469
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice changes! Thank you!
9d44bf6
to
93f4e8a
Compare
Thanks for the quick reviews. I've resolved all comments. The Custom Transport section is a very weird one, as it "uses a dummy DB" with sort-of Doctrine syntax. I'll rewrite the example in a new PR (and make it just doctrine DBAL). |
93f4e8a
to
03e07b0
Compare
Thank you Wouter. This is really nice! |
Fixes #10779