Quantcast
Channel: Liquibase Forums
Browsing all 1169 articles
Browse latest View live

Has Problem Core-1554 reappeared?

I'm trying to use liquibase with informix and when I try to generate a change log I get this message:liquibase.exception.LiquibaseException: liquibase.command.CommandExecutionException:...

View Article


Re : createProcedure attributes error

Procedure syntax varies enough between databases that createProcedure is at the edge of what liquibase tries to support. It's basically just a <sql> tag passing whatever you have in it to the...

View Article


Re : createProcedure attributes error

Got it. Thanks!

View Article

How can I disable logging in tests?

I'm using Dropwizard REST framework with the dropwizard-liquibase module for managing database migrations.I have a test setup with a local database and my database tests run on every test run. This...

View Article

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 Article


Snapshot 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 Article

Re : 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 Article

includeAll

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 Article


Nested 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 Article


How 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 Article

Re : 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 Article

Re : 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 Article

Deployment 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 Article


Re : 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 Article

Re : Release Updates

Nathan could you please release that beta1 to maven?

View Article


Re : How can I disable logging in tests?

Bump

View Article

Validation 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 Article


Re : 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 Article

Re : 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 Article

Re : 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 Article
Browsing all 1169 articles
Browse latest View live