Header cannot be null even when it is n/a

This commit is contained in:
Joe Nelson
2016-01-24 18:09:19 -08:00
parent 3be04d7f30
commit 8b13e7dd73
+1 -1
View File
@@ -102,7 +102,7 @@ createReadStatement selectQuery countQuery range isSingle countTotal asCsv =
cols = intercalate ", " [
countResultF <> " AS total_result_set",
"pg_catalog.count(t) AS page_total",
"null AS header",
"'' AS header",
bodyF <> " AS body"
]
bodyF