Liquibase on z/OS
Hello has anyone tried to run liquibase on USS (Unix) on z/OS?I can run java -jar liquibase.jar but when I run liquibase script it fails with errors:A013129:/u/A013129/Liquibase: >liquibase▒:...
View ArticleSnapshot versions in poms
Hello,I've created https://liquibase.jira.com/browse/CORE-3183 some time ago and I would like to know if you have a plan to fix it and do 3.5.6?Thank you for your replies.Regards,Martin
View ArticleRe : Liquibase on z/OS
Datical is doing work to manage DB2 on ZOS, but we are running the code from a linux platform using the standard JDBC connection. Steve DoniePrincipal Software EngineerDatical, Inc....
View ArticleincludeAll
Hello I am trying to include SQL files that are outside the class path. My two questions are: (1) is it possible, and (2) does the "filter" attribute still exist as I get an error on the filter...
View ArticleNested Elements not parsed for my own extension
I am trying to create my own extension for Liquibase. The changeLog looks something like this:<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"...
View ArticleHow to define boolean attributes in my extension
I am trying to write a Liquibase extension with a tag that has a boolean attribute. The XSD for that change looks like this: <xsd:element name="createFoo"> <xsd:complexType>...
View ArticleRe : How to define boolean attributes in my extension
There is no built-in automatic conversion from String to Boolean or boolean - although there are utility methods to help with that. I haven't tried this, so I am not 100% sure, but the most likely...
View ArticleRe : Translator from MySQL to liquibase
Hi AlexandruGageonea, It would be really great if you can share what you have to convert SQL files to .xml file. That will be really helpful.Thanks
View ArticleDeployment to Multiple Schemas
Hi Gurus, I am a liquibase newbie and have just started trying out liquibase. I have installed the version 3.5.5 of liquibase and my database is Oracle 11GR2. The standard setup that we have for...
View ArticleRe : Deployment to Multiple Schemas
I'll try to give some info on each of these, starting with your last question.If you are just invoking sqlFile elements, the main thing you lose is the ability to have any hope of a changelog that...
View ArticleValidation Failed without any changes
Hi.We have encountered problem with checksums. We have 3 environments: TEST, ACC and PROD.Everything was working fine till today where we encounter such error:[ERROR] Failed to execute goal...
View ArticleRe : Validation Failed without any changes
I have found solution myself ;)We had no definition of liquibase-maven-plugin so maven automatically pulled version of liquibase 3.6.0 (update in maven was done yesterday 05.04.2018)and it looks like...
View ArticleRe : Validation Failed without any changes
Yes, working on rolling out 3.6.0, thanks for the bug reports.There was a change in the checksum algorithm that made us have to update the version from 7 to 8. The update commands will handle that...
View ArticleRe : Validation Failed without any changes
Problem was solved.We have separate user which has read access to:DATABASECHANGELOGDATABASECHANGELOGLOCKbut those tables are not in default schema. We had configuration for schema but it's property was...
View ArticleLiquibase MySQL “DateTime(3)” Not Work
I was trying to create a MySQL table with a column type "DateTime(3)" by using Liquibase changelog, e.g. <column name="dateTimeColumn" type="DateTime(3)">. However, The output of data type is...
View ArticleCreating a view using code.
I am generating this changeSet using CreateViewChange.java but when I run the changelog is not executing the sql query.<changeSet id="addView-v_list-2018-04-10-11:40:07"...
View ArticleUpdate of checksum calculation in 3.6 breaks long running applications
We have about 100 war-files running in the same Tomcat and connected to the same database. As these have been developed over some time, they use various versions of liquibase. When we made a new one...
View Article