From 13157c6db996f34fa26df0352d5544b9e2d99847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Sat, 9 Dec 2023 11:50:27 +0100 Subject: [PATCH] up --- procedures/query/applyPOV.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/procedures/query/applyPOV.sql b/procedures/query/applyPOV.sql index 8f8f3c8..581bef0 100644 --- a/procedures/query/applyPOV.sql +++ b/procedures/query/applyPOV.sql @@ -258,6 +258,7 @@ POV_LABEL: BEGIN insert into povtimes (select now(0), "data string assembled", timediff(NOW(6),@time) as time_passed); + #-- create array of statement parts (and replace null with empty string) (?) SET data = CONCAT('(',sTextData, IF(sNameData IS NULL, '', sNameData), IF(sEnumData IS NULL, '', sEnumData), -- GitLab