Re : 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 : Weblogic multi module support
Are you able to test those changes locally to ensure they work? I don't have a websphere environment to test with myself.Nathan
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 will change all occurrences...
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 ArticleMultiple small fixes to 3.5.x
Hi,I made multiple small fixes to the current 3.5.x HEAD including:* Add better support for DB2 z/OS* Determine the DB2 data server type correctly* Write CSV files UTF-8 encoded.* Handle TimeStamps...
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 : Multiple small fixes to 3.5.x
Yes, always interested in fixes. Just send pull requests at github.com/liquibase/liquibaseNathan
View ArticleRe : Multiple small fixes to 3.5.x
Ok, great!Then I have to clean up a little bit and send new pull requests.Markus
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 : Multiple small fixes to 3.5.x
Hello Markus,I am very interested in your fixes for DB2 z/OS, because I encountered the same problems with querying the system tables and the incorrect detection of the z/OS version.Are you making any...
View ArticleRe : Multiple small fixes to 3.5.x
Hi Marleen,I saw that some changes on the DB2 i-Series support were checked in already.Have to revise my changes. Will post the effort here.Cheers,Markus
View ArticleRe : Multiple small fixes to 3.5.x
Hi,I have now created 4 separate pull requests:* Determine the DB2 data server type correctly* Make CSV files created by LiquiBase readable by Liquibase* Handle TimeStamps with nano second precision...
View Article