diff --git a/values.go b/values.go index ac472c51..d0940421 100644 --- a/values.go +++ b/values.go @@ -287,7 +287,7 @@ func (n Name) LengthOK() bool { // If Valid is false then the value is NULL. type NullName struct { Name Name - Valid bool // Valid is true if Char is not NULL + Valid bool // Valid is true if Name is not NULL } func (n *NullName) Scan(vr *ValueReader) error {