As a Java Developper using JPA/Hibernate, I am looking for a will help diff a database that has been generated by Hibernate with a production database.

I've already looked at LiquiBase's abilities LiquiBase which is quite nice... Unfortunlately it is plagued by some weird bugs:

  • Re-Create Foreign Keys for no reason
  • Re-Create Indexes for no reason

I'm not entirely sure that it's Liquibase's fault as much as the JDBC Driver Implementation that are not consistent with the specification. I would be probably be plagued by the same issues if I even tried to roll out my own.

I am looking for a non Java-based solution that would support:

  • MySQL
  • PostgreSQL
  • Oracle
  • DB2
link|improve this question

30% accept rate
feedback

3 Answers

I like DB Data Difftective.

link|improve this answer
FYI - don't be put off by the single user licensing, look at the bundled packs they provide. – Ralph Willgoss Dec 18 '09 at 5:21
feedback

Have you looked at ModelRight?

link|improve this answer
feedback

If you just need to diff or "patch" data values (not structure), then Open Source DiffKit will handle this nicely for you:

http://www.diffkit.org

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.