fordfrog / apgdiff

Another PostgreSQL Diff Tool
http://www.apgdiff.com
MIT License
353 stars 138 forks source link

fixed some crashes #257

Open d1maxa opened 5 years ago

d1maxa commented 5 years ago

fixed schema name for triggers, constraints during parsing comments fixed parser function 'expectOptional' fixed null referenced exceptions in PgDiffTriggers and PgDiffViews

arne-cl commented 4 years ago

Thanks @d1maxa, this solves the Cannot parse string: COMMENT ON COLUMN.

How did you build apgdiff? For me, mvn install only works after removing everything javadoc-related from build.xml and pom.xml?

d1maxa commented 4 years ago

Thanks @d1maxa, this solves the Cannot parse string: COMMENT ON COLUMN.

How did you build apgdiff? For me, mvn install only works after removing everything javadoc-related from build.xml and pom.xml?

just using IntelliJ Idea free version from jetbrains