From 69b8b0305deb69cd343ed6f8db02678881c1509e Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 20 Oct 2015 23:24:03 +0200 Subject: [PATCH] Fix reporting in case of missing values. --- src/utils/report.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/report.lisp b/src/utils/report.lisp index 6e63bc2..a1cb1aa 100644 --- a/src/utils/report.lisp +++ b/src/utils/report.lisp @@ -25,7 +25,7 @@ :header-line "~&~v@{~A~:*~} --------- --------- --------- -------------- --------- ---------" :header-tname-format "~&~v@a" - :header-stats-format " ~9@a ~9@a ~9@a ~14@a ~@[~9@a~] ~@[~9@a~]" + :header-stats-format " ~9@a ~9@a ~9@a ~14@a ~:[~9<~>~;~:*~9@a~] ~:[~9<~>~;~:*~9@a~]" :header-cols-format "~&~v@a ~9@a ~9@a ~9@a ~14@a ~9@a ~9@a" :header-cols-names ("table name" "read" "imported" "errors" "total time" "read" "write")))