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
No related branches found
No related tags found
No related merge requests found
Pipeline #44689 failed
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment