Fix matching NULL
This commit is contained in:
parent
ad30746fab
commit
9a1c1b30cb
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ ORDER BY COUNT(*) DESC")
|
||||||
(match status
|
(match status
|
||||||
("t" 'matching)
|
("t" 'matching)
|
||||||
("f" 'not-matching)
|
("f" 'not-matching)
|
||||||
(() 'unknown))
|
((? NULL? x) 'unknown))
|
||||||
(string->number count))))
|
(string->number count))))
|
||||||
(exec-query-with-null-handling conn query (list revision-commit)))))
|
(exec-query-with-null-handling conn query (list revision-commit)))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue