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
The documentation states that bun:"alt:alt_name" is a valid struct tag, but i get WARN: bun: [.. ]has unknown tag option: "alt" when trying to use it.
I don't see it listed as a field option in the function isKnownFieldOption where there is an "alias" option that i do not understand for fields.
I'm willing to try to fix it if it's indeed a bug
The text was updated successfully, but these errors were encountered:
I'm facing the same problem. I had planned to use "alt" annotations to implement generic repositories but unfortunately this has to be put aside until this problem is solved.
I've had a look at the linked PR and the fix seems very straightforward. Do you have any idea when it might be merged?
The documentation states that bun:"alt:alt_name" is a valid struct tag, but i get
WARN: bun: [.. ]has unknown tag option: "alt"
when trying to use it.I don't see it listed as a field option in the function isKnownFieldOption where there is an "alias" option that i do not understand for fields.
I'm willing to try to fix it if it's indeed a bug
The text was updated successfully, but these errors were encountered: