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

The Join function overrides clause expressions #4129

Closed
ghost opened this issue Mar 2, 2021 · 0 comments · Fixed by go-gorm/prometheus#28 or go-gorm/prometheus#29
Closed

The Join function overrides clause expressions #4129

ghost opened this issue Mar 2, 2021 · 0 comments · Fixed by go-gorm/prometheus#28 or go-gorm/prometheus#29
Assignees
Labels
type:with reproduction steps with reproduction steps

Comments

@ghost
Copy link

ghost commented Mar 2, 2021

GORM Playground Link

go-gorm/playground#290

Description

The db.Join function overrides the joins implemented via db.Clauses... This should not happen... The join condition should be appended

@ghost ghost assigned jinzhu Mar 2, 2021
@github-actions github-actions bot added the type:with reproduction steps with reproduction steps label Mar 2, 2021
@jinzhu jinzhu closed this as completed in 6647552 Mar 4, 2021
jinzhu added a commit that referenced this issue Mar 5, 2021
jinzhu added a commit that referenced this issue Mar 5, 2021
mittwillson pushed a commit to itering/gorm that referenced this issue Sep 27, 2021
mittwillson pushed a commit to itering/gorm that referenced this issue Sep 27, 2021
mittwillson pushed a commit to itering/gorm that referenced this issue Sep 27, 2021
cgxxv pushed a commit to cgxxv/gorm that referenced this issue Mar 25, 2022
cgxxv pushed a commit to cgxxv/gorm that referenced this issue Mar 25, 2022
cgxxv pushed a commit to cgxxv/gorm that referenced this issue Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment