Re : Has anyone managed to load any stored procs through Liquibase in to DB2
Hi Kumar,Great work, thanks for this. I haven't progressed the issue at all so would be very interested in your findings.Cheers,Edd
View ArticleupdateSQL writes to stderr, not stdout
The docs says updateSQL writes to stdout, but it does in fact write to stderr, which makes piping the output a bit confusing.
View ArticleRe : updateSQL (sql output) without DATABASECHANGELOG/DATABASECHANGELOGLOCK...
ANy updates on this feature
View ArticleError migrating DB2 Procedure with advanced datatype definatione
Hello, I am trying to migrate DB2 stored procedure using liquibase 3.0.5 and I am getting following error: END: The statement failed because a table or view was specified in the LIKE clau se and the...
View ArticleDoes Liquibase support Oracle Object Type?
Hello, I am planning to use Liquibase in my local database and would like to know if Oracle Object type is supported? Thanks for the help.
View Articledo not include create or insert into databasechangelog table when using...
When i use the updateSQL goal to creat the sql statements, i do not want liquibase to add the insert into databasechangelog statements, Is there a way i can go that.
View ArticleSQL file when running update
Hi All,Is there a way to generate a separate sql file when we run update. I mean i need an sql statements to be generated for all the changesets that were executed.
View ArticleRe : Generating a change log with multiple columns foreign keys from an...
I think I found a problem with how foreign keys are compared. The fix will be in 3.0.3, hopefully out soon.Nathan
View ArticleError Migrating DB2 DDL when database is set to ORACLE support mode
I am getting following error when migrating Table DDL, when DB2 database is set to ORACLE mode. This script migrated without any issue on a DB2 configured for Native mode. Liquibase update Failed:...
View ArticleRe : updateSQL (sql output) without DATABASECHANGELOG/DATABASECHANGELOGLOCK...
I have the same problem. My current workaround is to filter out these lines programmatically (I run liquibase from a Java program), but it would be much nicer if it was an option.I would also like the...
View ArticleRe : Invalid content was found starting with element 'preConditions'
AFAIK there can be only one preConditions tag at the beggining of the changeSet. Your scenario is not supported. Workaround would be to divide this into two changeSets.
View ArticleRe : How compatible is Liquibase and MariaDB?
I'm a core dev for OpenMRS. We just ran into a problem when we tried to "drop in" MariaDB in place of MySQL. This changeset fails, and we are not sure why. Any ideas?
View ArticleChangesets & Java integration
Does liquibase support running a registered Java class on a per changelog/set basis (for the cases where the data migration from one version to the next requires programmatic intervention) so that I...
View ArticleRe : Changesets & Java integration
No. You could conceivably write an extension that would abuse the various SQL-oriented contracts to generate no SQL to execute, but that would actually do some programmatic work (we've done some of...
View ArticleRe : Changesets & Java integration
So in Liquibase, how would one approach such a scenario in a production continuous deployment mode where I need to insert/manipulate the database beyond normal SQL abilities in the Liquibase XML/SQL...
View ArticleHow to handle migrations with multiple RDBMS?
Hello,We have started to use liquibase internally and found it quite good so far, with some minor issues I will not detail here but that we might want to provide a patch for. Our product supports 2...
View ArticleRe : Invalid content was found starting with element 'preConditions'
Thank you for the answer.But if I want to use three changeSets for : - Insert line1. - Update line 1. - Delete line1.There will be two preconditions, the first in tne update changeSet,...
View ArticleRe : Generating a change log with multiple columns foreign keys from an...
Thanks Nathan. Looking forward to 3.0.3.Sascha
View Articlepotential feature - ignore checksum
From time to time I make changeset changes and liquibase correctly tells me that I have made a checksum error. If I don't care about the checksum error I can manually update my changelog to set the...
View Article