fordfrog / apgdiff

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

apgdiff was failing on CREATE SCHEMA IF NOT EXISTS statement. #268

Open mikko-ahonen opened 4 years ago

mikko-ahonen commented 4 years ago

This change skips the IF NOT EXISTS part, as it is irrelevant for apgdiff.

mikko-ahonen commented 4 years ago

I was unable to compile or run the tests:

BUILD FAILED /mnt/c/mikko/apgdiff/build.xml:97: java.net.UnknownHostException: central.maven.org

gogowitsch commented 11 months ago

BUILD FAILED /mnt/c/mikko/apgdiff/build.xml:97: java.net.UnknownHostException: central.maven.org

I have fixed the build issue in #296.