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 ArticleRe : 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 ArticleRe : 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 ArticleRe : Semantics of ignoreClasspathPrefix
Thanks Nathan. That's a creative workaround.Alex
View ArticleRe : Checksum calculations and line ending styles
The code I'm working on is using version 2.0.5 (pretty old). I just finished migrating our code to GIT. When I first tried using the code in Git, the problem showed up. I'm just going to start use...
View ArticleRe : Extending Liquibase CreateTableStatement
If you could zip up your code and attach it or send it to me at nathan@liquibase.org I could take a look as well.Nathan
View ArticleRe : loadUpdateData problem
I would rather use the regExpReplace and remove the last '/' like below.<modifySql> <regExpReplace replace="/$" with=""/></modifySql>The 'replace' sub-tag changes all occurrences of...
View ArticleFailed to run stored procedure whithin changeset for VoltDB
Hi.I recently started developing an extension that adds support for VoltDB(https://github.com/diorman/liquibase-voltdb). So far it only supports changes using plain SQL.I'm currently having a bad time...
View ArticleLiquibase 3.5.1 changes from 3.4.2
Is there a document anywhere that lists all the changes made since version 3.4.2?--Stewart McGuire
View ArticleRe : Liquibase 3.5.1 changes from 3.4.2
The releases section in github[1] does a fairly good job at listing the changes. There is also the Jira release section[2]. Not sure if these are comprehensive.[1]...
View ArticleincludeAll doesn't function in 3.5.1
Hi!I'm using liquibase 3.4.2, after upgrading to 3.5.1 i get below error. I have checked a little bit i get this problem because i use includeAll in master.xml.Unexpected error running Liquibase:...
View ArticleRe : includeAll doesn't function in 3.5.1
This might be a known bug in 3.5.1 - see https://liquibase.jira.com/browse/CORE-2761, which changed code in that area. You might try with 3.5.2Steve DoniePrincipal Software EngineerDatical, Inc....
View ArticleHow do you run a specific changeset from command line using labels?
I tried to use labels to run a specific changeSet. But the problem I am having is it runs other changeSets as well which do not have any labels assigned. Is there a way around it ? I am open to using a...
View ArticleRe : How do you run a specific changeset from command line using labels?
The only way to accomplish what you want would be to apply some label to all the changesets that do not have any labels yet. You might label everything with "base" for example. This is by design and...
View ArticleRe : How do you run a specific changeset from command line using labels?
Thank you for responding. I added context to all my changeSets so I can filter them.
View ArticleRe : BUG? - loadData on MySQL with 51 rows fails
The commit comment says that a fix was added for 3.4.x versions, and JIRA indicates it was fixed in 3.4.2. Can you try with a more recent version? Otherwise, I would file a new JIRA with a reproducible...
View ArticleIndependent changelogs for independent tables
Hi All,I'm fairly new to liquibase, and I'm having a bit of trouble figuring out the best way to accomplish something.I have a whole bunch of microservices, each of which has its own database in a...
View ArticleMS SQL with GoCD and Integrated Security
Hi,I am trying to get my Liquibase running on a Windows agent using Integrated security, as SQL user account are not allowed . I do not want to run the agent as the user as we will have different...
View Articlesql formatted rollback to changeSet that originally created a statement.
Hello!I wonder if it is possible to add this functionality to sql formatted xml.RegardsRaste
View ArticleValidationFailedException after upgrade from 3.5.0 to 3.6.0-SNAPSHOT
Hi,we are using Liquibase to reverse engineer DB2 production databases and deliver them as H2 databases for unit testing. After the upgrade from 3.5.0 to 3.6.0-SNAPSHOT we cannot load the generated...
View Article