Diff process fails after the second time.
Description
Environment
Liquibase is used from a Grails Database Migration plugin of Grails.
Grails version: 3.2.4
Hibernate version: 5.1.2
Liquibase-core version: 3.5.3
Grails-Database-Migration plugin version: 3.0.0
PostgreSQL version: 9.3.15
Activity
Show:
Details
Details
Created January 19, 2017 at 10:38 AM
Updated January 19, 2017 at 10:45 AM
I use a Grails Database Migration Plugin of Grails framework.
This plugin uses Liquibase-core.
This plugin and Liquibase are integrated really good.
But, when i execute "diff" process after the second time, Liquibaes has problem.
I wrote about that in following link in more detail.(This page is a issue of the grails-database-migration plugin)
The cause of this problem on source code of Liquibase is pointed on the comment.
dbm-gorm-diff fails after the second time.
I checked this problem on PostgreSQL(9.3.15) and H2 database.
H2 has NO problem.
PostgreSQL has problem.
I have no experience that use Liquibase direct.
I hope that that content of issue of grails-database-migration plugin help you.
Thank you for providing a great library.