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

criteria uses named joins internally #1977

Closed
wants to merge 4 commits into from

Conversation

mmeisso
Copy link

@mmeisso mmeisso commented Sep 4, 2023

Criteria's joins ( from addJoin ) does not uses named joins, unlike... Criteria's joins.

There is a brain split at some time, where it exposes public function getJoin(string $name): Join, public methods that can never work on a raw Criteria instance that never put a name on these joins.

#1919

@mmeisso mmeisso closed this Oct 2, 2023
@mmeisso mmeisso deleted the criteria-uses-named-joins branch October 2, 2023 11:26
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

Successfully merging this pull request may close these issues.

1 participant