Header cannot be null even when it is n/a
This commit is contained in:
@@ -102,7 +102,7 @@ createReadStatement selectQuery countQuery range isSingle countTotal asCsv =
|
|||||||
cols = intercalate ", " [
|
cols = intercalate ", " [
|
||||||
countResultF <> " AS total_result_set",
|
countResultF <> " AS total_result_set",
|
||||||
"pg_catalog.count(t) AS page_total",
|
"pg_catalog.count(t) AS page_total",
|
||||||
"null AS header",
|
"'' AS header",
|
||||||
bodyF <> " AS body"
|
bodyF <> " AS body"
|
||||||
]
|
]
|
||||||
bodyF
|
bodyF
|
||||||
|
|||||||
Reference in New Issue
Block a user