fordfrog / apgdiff

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

fixes for comment parsing #240

Closed jonnio closed 5 years ago

jonnio commented 6 years ago

resolves https://github.com/fordfrog/apgdiff/issues/159 for newer pg_dump defaults

elidorio commented 6 years ago

Hello! Where did I download the latest * .jar with implementations that are running PostgreSQL 10? I tried to use the release version apgdiff 2.5.0-alpha.2, but is generating errors, as issue # 239 opened 10 days ago by me. Thank you.

matthewkmacdonald commented 6 years ago

This looks like a good way to address the changes in pg_dump semantics which were recently introduced. +1 for adding tests for it too!

valoricDe commented 5 years ago

In order to get my fresh schema dump working with https://github.com/valorize/postgres-schema-updater I had to also merge https://github.com/fordfrog/apgdiff/pull/228 into develop. As the tests are all green I'm going to be bold and will merge this into fordfrog:develop.