Skip to content
Snippets Groups Projects
Commit 13157c6d authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

up

parent d8990b85
Branches
Tags
No related merge requests found
Pipeline #44689 failed
...@@ -258,6 +258,7 @@ POV_LABEL: BEGIN ...@@ -258,6 +258,7 @@ POV_LABEL: BEGIN
insert into povtimes (select now(0), "data string assembled", timediff(NOW(6),@time) as time_passed); 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, SET data = CONCAT('(',sTextData,
IF(sNameData IS NULL, '', sNameData), IF(sNameData IS NULL, '', sNameData),
IF(sEnumData IS NULL, '', sEnumData), IF(sEnumData IS NULL, '', sEnumData),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment