We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969c0a2 commit f8b99b3Copy full SHA for f8b99b3
internal/bind/params.go
@@ -39,6 +39,7 @@ func asUUID(v any) (value.Value, bool) {
39
case uuidPtrType:
40
vv := v.(*uuid.UUID) //nolint:forcetypeassert
41
if vv == nil {
42
+
43
return value.NullValue(types.UUID), true
44
}
45
0 commit comments