From a249a006e711f28d03f32b13e595d3a1f8830d7d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 3 Mar 2015 15:01:19 +0100 Subject: more nullvalue found --- bin/reproducible_html_graphs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 66899b97..e7d852d3 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -231,7 +231,7 @@ redo_png() { # FIXME: also generate this query for stretch and buster and beyond :) sqlite3 -init ${INIT} --nullvalue 0 -csv ${PACKAGES_DB} "select s.datum, s.reproducible as 'reproducible_sid', - COALESCE((SELECT e.reproducible FROM stats_pkg_state AS e where s.datum=e.datum and suite='experimental'),'') as 'reproducible_experimental', + COALESCE((SELECT e.reproducible FROM stats_pkg_state AS e where s.datum=e.datum and suite='experimental'),0) as 'reproducible_experimental', s.unreproducible as 'unreproducible_sid', (SELECT e.unreproducible FROM stats_pkg_state e WHERE s.datum=e.datum AND suite='experimental') AS unreproducible_experimental, s.FTBFS as 'FTBFS_sid', -- cgit v1.2.3-70-g09d2