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 type uuid.UUID from github.com/satori/go.uuid is silently ignored, it is not copied and no error is issued.
Debugging the source code, the problem seems to be that the "isNullableType" function detects the uuid.UUID class as a nullable just because it implements "*driver.Valuer", which is not true.
The text was updated successfully, but these errors were encountered:
The type uuid.UUID from github.com/satori/go.uuid is silently ignored, it is not copied and no error is issued.
Debugging the source code, the problem seems to be that the "isNullableType" function detects the uuid.UUID class as a nullable just because it implements "*driver.Valuer", which is not true.
The text was updated successfully, but these errors were encountered: