diff --git a/database.go b/database.go index 80420ac..9062f84 100644 --- a/database.go +++ b/database.go @@ -112,6 +112,9 @@ func (db *Database) request(request *ViewsRequest) (resultRows []*RequestResultR _ = rows.Close() return } + if first == "" { + first = "Undefined" + } resultRows = append(resultRows, &RequestResultRow{ First: first, Second: second,