apgdiff
apgdiff copied to clipboard
apgdiff2.4 is not working for me
it does not seem the apgdiff is working for me - the 2 dump files are create I extract the apgdiff2.4 to my folder and run the command from that folder see exception
java -jar apgdiff-2.4.jar wfilingsmetadoc0_1.sql wfilingsmetadoc0_2.sql
EAD+0161935@TR-6RVX4Y3 MINGW64 ~/apgdiff24/apgdiff-2.4 $ java -jar apgdiff-2.4.jar wfilingsmetadoc0_1.sql wfilingsmetadoc0_2.sql Exception in thread "main" java.lang.RuntimeException: Cannot find ending semicolon of statement: CREATE FUNCTION wfilingsmetadoc0."sidetab_del_t$cms_content"() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN DELETE FROM wfilingsmetadoc0.cms_multiple WHERE old.root_id = wfilingsmetadoc0.cms_multiple.root_id; RETURN OLD; END; $$;