Vasypu

Results 1 comments of Vasypu

that's what I did, but this code generates the following sql ``` CREATE FUNCTION myFunction() RETURNS trigger as $LC_TRIGGER_AFTER_UPDATE_MYFUNCTION$ BEGIN IF NEW."Column1" OLD."Column1" OR NEW."Column2" OLD."Column2" THEN .... END IF;...