You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has been open 360 days with no activity. Remove stale label or comment or this will be closed in 180 days
Your Question
When using
Find
with a value which is of typeany
orinterface{}
, the slice does not get filled with the result. See example below.There are no errors and no indication what is going wrong. My real use case is a bit more complicated, but this the minimal reproducable example.
The document you expected this should be explained
https://gorm.io/docs/query.html
Expected answer
Either an error or that it fills the slice as expected.
The text was updated successfully, but these errors were encountered: