apgdiff icon indicating copy to clipboard operation
apgdiff copied to clipboard

apgdiff was failing on CREATE SCHEMA IF NOT EXISTS statement.

Open mikko-ahonen opened this issue 4 years ago • 2 comments

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

mikko-ahonen avatar Feb 27 '20 13:02 mikko-ahonen

I was unable to compile or run the tests:

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

mikko-ahonen avatar Feb 27 '20 13:02 mikko-ahonen

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

I have fixed the build issue in #296.

gogowitsch avatar Oct 12 '23 13:10 gogowitsch