eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)
BSD 3-Clause "New" or "Revised" License
388 stars 42 forks source link

Fix dump of column's changes #48

Closed darold closed 6 years ago

darold commented 6 years ago

When evaluating this great project I found that changes on column's comment was not reported as well as data type change.

eulerto commented 6 years ago

@darold Hmm. I don't recall why I restricted the dumpAlterColumn() to datatype/not-null changes.