We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gorm/schema/relationship.go
Line 91 in 7f198ea
Where come this string "has" from? (and is it used anywhere else Should it be a const?
I make a const 👍 and here are the other places where it is used
I was just reading the your code, because i get a error on nested Preload - which not works, but step with Preload Works ;(
The text was updated successfully, but these errors were encountered:
8f37cb0
Fixed, the "has" is only for internal usage.
Could you make a reproducible PR for your issue?
Sorry, something went wrong.
Make has to be a const, close go-gorm#4024
9379acb
8146a6f
jinzhu
No branches or pull requests
Your Question
gorm/schema/relationship.go
Line 91 in 7f198ea
Where come this string "has" from? (and is it used anywhere else
Should it be a const?
The document you expected this should be explained
Expected answer
I make a const 👍 and here are the other places where it is used
I was just reading the your code, because i get a error on nested Preload - which not works, but step with Preload Works ;(
The text was updated successfully, but these errors were encountered: