Liquibase dml and cross platform view comparison issue for mysql

blamay22000

New Member
Our implementation for oracle for comparing dml and ddl for cross platform views and comparing record between two table is working perfectly for us. We have a same requirement to compare dml and ddl for mysql. Unfortunately we are not getting appropriate differences for mysql. There are two main problem that we are currently facing for mysql1) We have created two databases for mysql having same table name. For one database, we have inserted some dml where for other database, no record has been entered. Now on executing comparison from Linux against liquibase jar 2.0.5, we are not getting any differences.2) Other issue that we are facing is related to cross database record. In one view we are referencing table of other database. In second view, we are referencing table of same database. Compassion should not fail but it is failingKindly help us resolving these issueThanks
 
Back
Top