After installing 12.10 point release existing databases started
to give syntax errors on existing triggers, when using
FOR VAR IN NEW.FIELD1..NEW.FIELD2 DO
loop. It works, when there are spaces around ".." - like:
FOR VAR IN NEW.FIELD1 .. NEW.FIELD2 DO
It also still works without spaces,
After installing 12.10 point release existing databases started
to give syntax errors on existing triggers, when using
FOR VAR IN NEW.FIELD1..NEW.FIELD2 DO
loop. It works, when there are spaces around ".." - like:
FOR VAR IN NEW.FIELD1 .. NEW.FIELD2 DO
It also still works without spaces, w
2 matches
Mail list logo