Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed some crashes #257

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

fixed some crashes #257

wants to merge 3 commits into from

Conversation

d1maxa
Copy link

@d1maxa d1maxa commented May 27, 2019

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

fixed schema name for triggers, constraints during parsing comments
fixed parser function 'expectOptional'
fixed null referenced exceptions in PgdiffTriggers and PgDiffViews
@arne-cl
Copy link

arne-cl commented May 7, 2020

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?

jalissonmello pushed a commit to jalissonmello/apgdiff that referenced this pull request May 10, 2020
…hema.

Copy corrections from:
Support Postgresql 12 - Fix incorrect disable trigger parsing of quoted identifiers. Bugfixes fordfrog#271 marcus-kempe
fix for null pointer exception fordfrog#270 marco44
Fix issue where rule parsing was throwing # 269-marcus-kempe
fixed some crashes fordfrog#257 d1maxa
@d1maxa
Copy link
Author

d1maxa commented May 15, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants