Skip to content
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

Not copying uuid.UUID from github.com/satori/go.uuid #16

Closed
RangelReale opened this issue Nov 6, 2017 · 1 comment
Closed

Not copying uuid.UUID from github.com/satori/go.uuid #16

RangelReale opened this issue Nov 6, 2017 · 1 comment

Comments

@RangelReale
Copy link

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.

@thoas
Copy link
Member

thoas commented Nov 7, 2017

fixed by @gillesfabio

@thoas thoas closed this as completed Nov 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants