Re : Copy database schema created by liquibase into another database by java...
Hi Steve,Sorry for the confusion I may have cause.Let me try to explain the workflow:We initialize a new database a schema using liquibase changeset.We can add a new table and field to database a at...
View ArticleOracle create stored procedure using Liquibase
<?xml version="1.0" encoding="UTF-8"?><databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
View ArticleRe : Copy database schema created by liquibase into another database by java...
OK, I understand. If I was an architect on your project I would suggest that could be a bad design decision, but there is obviously I don't know about your application and why you are doing that....
View ArticleRe : Copy database schema created by liquibase into another database by java...
Hi Steve,Indeed, I don't really agree with the design myself but there is a logic for doing so and this is one way of achieving the requirement given the technology and framework we have.Thanks for the...
View ArticleRe : Copy database schema created by liquibase into another database by java...
Excellent. Glad to hear you got this working.Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc. http://www.datical.com/
View Articlejaxb-api : 2.3.0 copyleft
Hi, We use liquibase in our company software. We just upgraded liquibase to the newest version. But it appears it is using jaxb-api : 2.3.0. The license info as below. Do we need to purchase jaxb...
View ArticleDiff primary key index creation loop (spring boot + Hibernate 5)
When I generate the first diff. The diff file looks correct. It has the tables that we need to create. I run the app, it creates the tables (Oracle), all is good. For validation purposes I run the diff...
View ArticleRe : jaxb-api : 2.3.0 copyleft
No, you don't need any additional licenses. The jaxb license is covered by CDDL-1.1, which is the "Common Development and Distribution License" or GPL-2.0-CPE, which is the "Gnu Public License". Both...
View ArticleRe : jaxb-api : 2.3.0 copyleft
Hi Steve, Thank you for the response! It is very helpful.Yachin
View ArticleRe : loadData + CSV + computedValue
Hi,value[XXX] is not used for loadData / column at the moment. I've implemented the defaultValue[XXX] handling which could be used in your case once it will be merged.add the column to the CSV without...
View ArticleMETA-INF\MANIFEST.MF build problem
Hi,I'm trying to contribute. I've imported the project from liquibase-core\pom.xml into IntelliJ but when I run the maven package task, the META-INF\MANIFEST.MF does not contain the neither the...
View ArticleIs there any solution for DB entity dependency handling
Hi, Some DB entities have dependencies. e.g a view / stored procedure depends on views / tables it uses. Is there a way to handle it with xml changelog? In my scenario ViewB uses ViewA. To change ViewA...
View ArticleRe : loadData + CSV + computedValue
I have already created pull request for this https://github.com/liquibase/liquibase/pull/944 and have feedback that it will be merged.
View ArticleRe : loadData + CSV + computedValue
Hi,That's great! I'd like to use it also.I just don't see how could you use / test your change. I don't see any code populating valueComputed from the changeLog file. Do I miss something?Your pull...
View ArticleRe : loadData + CSV + computedValue
My change is about loadData change, so the example would be something like thiscreate table<changeSet id="my_table" author="me"> <createTable tableName="my_table"> <column...
View ArticleJSON column type for PostgreSQL, Oracle, MSSqlServer and H2
Hi all,I'm a Liquibase beginner and I'm not finding the way to specify a JSON type in Liquibase documentation (https://www.liquibase.org/documentation/column.html)For PostgreSQL I found this simple...
View ArticleStack map does not match the one at exception handler 602 Error
HiWe have deployed Liquibase in Devloppement and Rct environment with succes But in Production environment we have following error messageSpringBoot failed to start and Tomcat 8.5.46 stop !Where is...
View ArticleRe : META-INF\MANIFEST.MF build problem
If you are only using the directory `liquibase-core` then that will not work. After cloning the repository, you need to build from the root directory rather than any of the sub-directories. You said...
View ArticleRe : META-INF\MANIFEST.MF build problem
Hi,Thanks for the answer. Yes, I've tried on branch 3.8.xThanks, Gyula
View Article