apgdiff icon indicating copy to clipboard operation
apgdiff copied to clipboard

Lacking trigger support?

Open gvasquez95 opened this issue 9 years ago • 0 comments

I'm getting the following exception with apgdiff v2.4 in OSX:

Exception in thread "main" java.lang.NullPointerException at cz.startnet.utils.pgdiff.parsers.CreateTriggerParser.parse(CreateTriggerParser.java:105) at cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadDatabaseSchema(PgDumpLoader.java:195) at cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadDatabaseSchema(PgDumpLoader.java:236) at cz.startnet.utils.pgdiff.PgDiff.createDiff(PgDiff.java:29) at cz.startnet.utils.pgdiff.Main.main(Main.java:39)

gvasquez95 avatar Aug 27 '15 17:08 gvasquez95