Re : Can I Load Metadata with DataLoad
Thanks - that helps a little. You still haven't mentioned the actual results you got, but I'll take a guess. I think that you are expecting that when the loadData change is executed, the columns that...
View ArticleRe : Can I Load Metadata with DataLoad
Yes I forgot to do that....you assumed correctly. When I executed the LoadData changeset, none of the columns with defaultValue Attributes were inserted into the table but instead contained a null...
View ArticleCheck constraint
Hello,I've seen topics dating to 7/8 years ago about Check Constraints and these topics have > 10k views. Any chance Liquibase has got around to supporting column check constraints? Its obviously...
View Articleapplying tenant specific schema changes
Does liquibase support applying tenant specific schemas (shared database/multiple schemas) synchronously using some extension or out of box?
View ArticleRe : applying tenant specific schema changes
It can handle a scenario like that using what are called changelog parameters. Doing it 'synchronously' is not possible out of the box.The company I work for (Datical) does have tooling that might meet...
View ArticleUnable to launch liquibase using command line
When I run the following command from the prompt I get the error below for version 3.6.1 and 3.6.0. whereas when I run the same command for 3.5.3 , it gives the response that command not passed.However...
View ArticleRe : Unable to launch liquibase using command line
Is there a reason you don't just run the shell script? If you want to replicate what the shell script does, it is there to examine. If you want to see what it is doing, you can alter the shell script...
View ArticleRe : Unable to launch liquibase using command line
Here is what the output looks like on my machine:steve@SteveDonieCentOSVBox ~/work/Liquibase-CLI-testing/bin[master]$ ./liquibasejava -cp...
View ArticleRe : Unable to launch liquibase using command line
Looking more closely at your classpath vs. mine, it appears that the issue is you are missing the logback-classic jar.Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : Looking for feedback on the Formatted SQL Changelog Format
Guys, this change was applied 7 years ago. Why is it not in documentation?http://www.liquibase.org/documentation/sql_format.htmlThe only way to find an answer was to use google :(
View ArticleGenerate SQL file in liquibase offline mode
I want to generate a SQL file from which I can generate my database. It works when I connect to the database but I want to do in offline mode. So I try this via command line: .\liquibase...
View ArticleUpgrade from 3.4.2 to 3.5.5 includeAll issues
Hello,We are using liquibase in dev and production enviorments and right now we tried to upgrade from 3.4.2 to 3.5.5. The big game breaking issue that we hit on is that for some reason when starting to...
View ArticleAre using contexts a best practice for revertible drop using a rename
Hello!I'm trying to make my liquibase changesets in a manner that gives an opportunity to rollback, even when the final intent of my action is to drop data.The idea being that the first time I run it,...
View ArticleHow to set extension for a liquibase installed on CentOS?
Hi All,I have liquibase installed on CentOS, but I have got very old scripts created for version 1.9, so, they need modifyColumn tag to run.I found that there is an extension for liquibase version 3.1...
View ArticleHow to run a hardcore sqlfile from liquibase? Getting errors no matter what I...
I have a file with the contents like below. I get get anything to run and I would like to take these scripts that my team is used to developing and run them from <sqlfile> tags. I have never...
View ArticleRe : How to set extension for a liquibase installed on CentOS?
May be the problem is that we are trying to use version 3.1... I will upgrade it to 3.2.3 and try to do everything once again
View ArticleAnyone ever used it with UCanAccess
Hi all,I just discovered liquibase and wanted to test it with an Access database. It seems it can load everything ok, but then I get the following when trying to run a...
View ArticleRe : How to set extension for a liquibase installed on CentOS?
Yes, upgrade has solved the problem.
View Articlecomments not added to "comments" column in DATABASECHANGELOG table
Hi,I am trying to add comments to my changesets but even though it creates comments inside SQL statements as well as in the update database scripts it doesn't seem to be able to add that to the...
View ArticleCreating/replacing packages using Liquibase
I'm using Liquibase to apply development changes to QA environments. I have both table and DML changes working great via Liqibase. I've tried to push packages and their bodies using: <changeSet...
View Article