NullUUID Scan method returns valid true on empty string
Open
- Dominant language
- Go
- Stars
- 6.1k
- Forks
- 440
- PR merge metrics
- No merged PRs in 30d
Description
```go
var id uuid.NullUUID
id.Scan("")
id.Valid == true // Shouldn't this be false?
```
Contributor guide
Assessment
This issue has not been assessed yet.