-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Join Preload panics #7013
Comments
looks like this was introduced in 85299bf @a631807682 do you have any insight on how to fix that? Let me know if I can help. I'm not sure exactly what to do at the moment. |
|
for anyone else bumping into this: seems like this issue has been fixed in #7014 which has been released in v1.25.11 (not sure why this issue is still open, probably there's a good reason for that which i'm not aware 😄 ) |
Closed, no good reason |
GORM Playground Link
go-gorm/playground#735
Description
When using Join and Preload together, if we get more than 20 entries in the database it will panic (I guess due to this beeing 20)
gorm version 1.25.10
obtained stack trace:
the test case is inspired with #6715 and likely related to the fix of that previous issue (but I've not been investigating enough)
#6715
The text was updated successfully, but these errors were encountered: