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

Re : Liquibase 3.4.2 H2 database

Can you post the full stacktrace? You may need to run with --logLevel=debug or something similar depending on how you run Liquibase.Nathan

View Article


Re : Liquibase 3.4.2 H2 database

Attached is the exception trace

View Article


Wrong release date for 3.5.0 on download page

The download page states that 3.5.0 was released "Apr 19, 2015". Shouldn't that be "Apr 19, 2016"?

View Article

Re : Wrong release date for 3.5.0 on download page

Yes it should. I fixed it up, thanks for pointing it out.Nathan

View Article

Liquibase 4.0 Parsing Logic

The current portion of the Liquibase 4.0 code that is under construction is the changelog parsing. I've finished the first pass implementing it and documenting what I've done and looking for a code...

View Article


Liquibase database autocompletion using Eclipse

Hello,Is there a way to get autocomplete for columns and tables from my database in a changelog file ? <changeSet id="001" author="test"> <insert tableName="person"> <column name="id"...

View Article

Re : Liquibase database autocomplete using Eclipse

Answered at StackOverflow: http://stackoverflow.com/questions/37211528/liquibase-database-autocomplete-using-eclipse/37217425#37217425Steve DoniePrincipal Software EngineerDatical, Inc....

View Article

how to load valueBlobFile from src/test/resources ?

My liquibase properties is on src/main/resources and I am trying to load a file from src/test/resources.<column name="certificado" valueBlobFile="../liquibase/fixtures/cert_cte.pfx"/> works well...

View Article


Extending Liquibase CreateTableStatement

I need a simple extension to Liquibase to add a distribution clause to a postgresql variant.  I've created a project with a database that extends PostgresDatabase, a CreateTableGeneratorX that extends...

View Article


Weblogic multi module support

Hi guys!I try to deploy a multi module spring application (ear -> war -> liquibase script in jar). The application not found the liquibase script. I figured out why. In the...

View Article

Re : Extending Liquibase CreateTableStatement

I think I'm almost at a point where my extension should be workable.  I created the following:liquibase.ext.pgxl.change.CreateTableChangePgxl - extends AbstractChange implements...

View Article

Semantics of ignoreClasspathPrefix

I am using Liquibase through the Spring integration to run any changesets on application start-up.  Since the changelog is part of a jar, I specify the location in one of my property files...

View Article

Re : Extending Liquibase CreateTableStatement

In CreateTableChangePgxl did you annotate it with @DatabseChange and a priority higher than PRIORITY_DEFAULT? Also, do you have a CreateTableGenerator subclass that uses the new Statement class?Nathan

View Article


Re : Extending Liquibase CreateTableStatement

Thanks for responding Nathan.  I have:@DatabaseChange(name="createPgxlTable", description = "create tables", priority = ChangeMetaData.PRIORITY_DATABASE)public class CreateTableChangePgxl extends...

View Article

Re : Checksum calculations and line ending styles

What version of Liquibase addressed this?

View Article


Re : Extending Liquibase CreateTableStatement

Try using a higher priority than PRIORITY_DATABASE. The standard database-specific CreateTable implemetnations will use that as well and may be selected instead. Try just setting priority to 100 on...

View Article

Re : Semantics of ignoreClasspathPrefix

Yes, it would be best to strip out the classpath: prefix before saving it. I created https://liquibase.jira.com/browse/CORE-2766 to track fixing that. For now, the easiest approach may be to add a...

View Article


Re : Checksum calculations and line ending styles

It has done that for years so don't know the exact version.Is there a particular changeSet you are seeing problems with in a recent version?Nathan

View Article

Re : Extending Liquibase CreateTableStatement

I tried setting it higher, but still the same result.I'm going to try and maybe get it up on github, I'm not sure what else to try.

View Article

Re : Semantics of ignoreClasspathPrefix

Thanks Nathan.  That's a creative workaround.Alex

View Article
Browsing all 2993 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>