Re : New Liquibase Site: Looking for feedback.
Thanks. Got it fixed. The links are back on http://liquibase.org/downloadNathan
View ArticleLiquibase 2.0.5 does not seem to commit between changesets against MySQL 5.5
Hello, I have the following changeLog, which is run against a MySQL 5.5 instance, on a schema named "const"<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"...
View ArticleUsing classpath changelog with the Maven plugin
Hi,I'm trying to configure the Maven plugin to use a changelog from the current project classpath, instead of pointing directly to the file, but I can't seem to get it working. My plugin configuration...
View ArticleRe : Using classpath changelog with the Maven plugin
I managed to work around this problem by using logicalFilePath, but I'm still curious to know if there's a way Thanks.
View ArticleHas anyone managed to load any stored procs through Liquibase in to DB2
Hi folks, I am trying to use Liquibase to load stored procedures (sprocs) in to a DB2 Database, no matter what the sproc code looks like I seem to get weird errors from DB2 suggesting syntactic errors...
View ArticleDeclaration not found databaseChangeLog
Hi, I'm new to Liquibase, and I have a somewhat hard time to get it working. I have tried Maven and Spring, and both fails with the same error. I've tried searching the net for the error without any...
View ArticleNeither master no beta1 tag will build for me
I'd like to create a pull request, but I'm falling at the first hurdle... a stable build.When I clone the repo and build either master or the beta-1 tag, the build doesn't work (i.e. with Maven...
View ArticleIs there a way to configure the name for the databasechangelog and...
Hi,I would like to customize the names for the tables databasechangelog and databasechangeloglock tables. Is there a way to configure the names?I know that I have to be careful about this because when...
View ArticleRe : Test failures trying to build 2_0_x branch.
Is there a tag in git that matches the 2.0.5 release?I would like get build locally based on 2.0.5, but even checking out what looks like the right tag still has failed tests.
View ArticleRe : New Liquibase Site: Looking for feedback.
Hey, Nathan.I am a little lost. I might be wrong (and probably I am), but isn't currently presented documentation a little from other dimension? For example this page:...
View ArticleRe : RollbackToDate Command
Hello, I would like to be helped regarding this command. Sorry for my bad English, I am from Argentina. I am running the following in the command line of a Linux System against an Oracle 10g Databse:...
View ArticleCan Liquibase handle this scenario?
Hi,We consider using Liquibase in our product.Here is our complex scenariov1.1 has a Table with index i.v2.1 contains this table and index as well.A bug was discovered and in v1.1.0.1 we changes the...
View ArticleEscape for comments in SQL files with liquibase
I am working with liquibase and a hsqldb database.I have a .sql file with 'insert' instructions for filling the database at the bootstrap, but if a string contains two minus signs close to each other...
View ArticleRe : Declaration not found databaseChangeLog
Ok, I found the error myself.The only thing that is needed, is to change to the version of xsd to 2.0. Then everything works. I was lured by the default example of the documentation section of the...
View Articlecreate precondition when use the generateChangeLog
Hi,is it possible to have a precondition on the xml when I use the generateChangeLog ?we use an existing database and to manage change on this db we decided to use liquibase.the problem is, the xml...
View ArticleRe : updateSQL (sql output) without DATABASECHANGELOG/DATABASECHANGELOGLOCK...
Is this feature available now?
View ArticleWhich Class should I extend to modify MSSQL insert statements?
Hi all,I'm having a problem where inserts to varbinar(max) columns in MSSQL are failing with the error "implicit conversion from varchar to varbinary" not allowed. I'm proposing to resolve this by...
View ArticleRe : Test failures trying to build 2_0_x branch.
The easiest way to build liquibase by bypassing the tests is to run maven with the skipTests=true flag. from the liquibase-core dir run: mvn -DskipTests=true packageUnfortunately the 2.0 branch does...
View ArticleRe : Test failures trying to build 2_0_x branch.
The tag for the 2.0.5 release is "liquibase-parent-2.0.5". Commit d93e6a8b4a6debae14b356e6ea9d18686eb127e7 Nathan
View Article