It appears that quoted reserved keywords used as column names aren't handled properly by apgdiff:
Exception in thread "main" cz.startnet.utils.pgdiff.parsers.ParserException: Cannot find column '"time"' in table 'transaction'
This happens in 2.7.0. In 2.6.0 it would result in a NullPointerException.
It appears that quoted reserved keywords used as column names aren't handled properly by apgdiff:
This happens in
2.7.0. In2.6.0it would result in aNullPointerException.