liquibase
Liquibase: Change a INT autoincrement column to BIGINT using modifyDataType refactoring with H2 database
I have a primary key column which is an INT column which I would like to change to a BIGINT. Our test and production environment uses MySQL, but for unit tests we use the embedded H2 database.[详细]
2023-04-11 23:25 分类:问答sqlFile refactoring in liquibase can't find file on the classpath
The documentation for the <sqlFile> custom refactoring tag says that the classpath will be searched for the file.[详细]
2023-04-09 11:01 分类:问答Running liquibase in java code
I\'m trying to execute in Java code analogue of Ant\'s \"updateDatabase\" task: Main.main( new String[]{\"--defaultsFile=db/properties/db.test.properties --logLevel=debug update\"} );[详细]
2023-04-09 03:43 分类:问答Tests are not started after db creation by liquibase
I\'m testing datasource layer using dbunit, junit, liquibase, hsqldb. I\'m using in memory-state of hsqldb.[详细]
2023-04-08 07:35 分类:问答Using LDAP authentication with liquibase
Is it possible to use LDAP authentication with Liquibase? If not, how have others solved the problem of automating changes to production database schemas using Liquibase (yet still 开发者_如何学JAVAk[详细]
2023-04-07 14:25 分类:问答Liquibase 2.0 slower than 1.9?
I\'ve just upgraded to Liquibase 2.0.2 using the provided jar file, and I\'ve found that it runs slower than its predecessor.If no updates are necessary, it still takes about 15 seconds to run, compar[详细]
2023-04-06 14:28 分类:问答Ant fails with liquibase path
I am trying to get phing to work nice with liquibase. But pPing gives this illustrous error (which I honestly can\'t find online)[详细]
2023-04-04 15:27 分类:问答How to create Liquibase Change Log file for new tables?
I am using Hibernate 2 + Spring 3 + Liquibase 1.9. I have created my entity classes using Hibernate annotation as normal[详细]
2023-04-03 16:19 分类:问答Liquibase creating index for Oracle fails
I\'m trying to create an index with Liquibase Here is the changeSet <changeSet id=\".... <createIndex tableName=\"xyz\"indexName=\"abc\">[详细]
2023-04-02 12:19 分类:问答liquibase defaultValue vs defaultValueNumeric
Can anyone tell me the difference between specifying a defaultValue=\"0\" vs a defaultValueNumeric=\"0\" in a changeset开发者_开发问答? It\'s for a bigint column.[详细]
2023-04-01 14:37 分类:问答