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

Improve the documentation of QueryDsl::inner_join #3240

Merged
merged 2 commits into from
Jul 21, 2022

Conversation

weiznich
Copy link
Member

This commit adds some notes about the used join syntax and how this can
affect query planing on postgres based on the discussion in #3216.

Additionally it removes the restricting that the same table cannot be
joined twice. Instead we point to diesel::alias! now.

This commit adds some notes about the used join syntax and how this can
affect query planing on postgres based on the discussion in diesel-rs#3216.

Additionally it removes the restricting that the same table cannot be
joined twice. Instead we point to `diesel::alias!` now.
@weiznich weiznich requested a review from a team July 21, 2022 07:00
Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with a few nits

diesel/src/query_dsl/mod.rs Outdated Show resolved Hide resolved
diesel/src/query_dsl/mod.rs Outdated Show resolved Hide resolved
@weiznich weiznich merged commit 44c7f3f into diesel-rs:master Jul 21, 2022
@weiznich weiznich mentioned this pull request Jul 21, 2022
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.

2 participants