fordfrog / apgdiff

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

ALTER SEQUENCE OWNER TO not supported #208

Open trinni opened 7 years ago

trinni commented 7 years ago

Exception in thread "main" cz.startnet.utils.pgdiff.parsers.ParserException: Cannot parse string: ALTER SEQUENCE mySchema.mySeq_pk_autoincrement OWNER TO someUser;


    at cz.startnet.utils.pgdiff.parsers.Parser.throwUnsupportedCommand(Parser.java:402)
    at cz.startnet.utils.pgdiff.parsers.AlterSequenceParser.parse(AlterSequenceParser.java:64)
    at cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadDatabaseSchema(PgDumpLoader.java:219)
    at cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadDatabaseSchema(PgDumpLoader.java:277)
    at cz.startnet.utils.pgdiff.PgDiff.createDiff(PgDiff.java```
chadfurman commented 7 years ago

@trinni maybe https://github.com/fordfrog/apgdiff/pull/211 will help -- let me know if you need a jar

ukehartmann commented 3 months ago

@fordfrog / @chadfurman could we do a new release?

ama-hlx commented 1 day ago

@chadfurman Running into this issue. Would it be possible for you to share the jar with #211 changes, please?