Re : JIRA registration problem
I've created https://liquibase.jira.com/browse/CORE-2933Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : JIRA registration problem
Thanks for pointing out the jira issue. I'll look into it.I'll also look at the javacc issue, thanks for creating that Steve.Nathan
View ArticleExtending JdbcDatabaseSnapshot 3.5.2
I am writing an extension for Ingres 9. The class liquibase.snapshot.JdbcDatabaseSnapshot includes some database specific code in method getUniqueConstraints (createSql). Is there a way to extend this...
View ArticleHow to add a complete folder to the classpath?
Hi everybody,I want to add a complete folder to the liquibase classpath. In this folder, the database-driver is stored.I neither want to copy the driver to another folder (because it is also part of...
View ArticleRe : How to add a complete folder to the classpath?
This is a general limitation of java, not liquibase. To fix this, you would need to write your own launcher - either a new version of java.exe or a wrapper script in the scripting language of your...
View ArticleIs the Gradle plug-in advised?
As I'm new to Liquibase, it might be my ignorance, but I wonder whether the Liquibase plug-in is being advised. I have a hard time making it work for me. I would like to generate a change log based on...
View ArticleRe : How to add a complete folder to the classpath?
Thanks for your answer. I never tried it in java, but I thougt, it is possible to add ./my/folder/* to the classpath?!?However, I solve it within the script.
View ArticleBest way to create masterdata per tenant / multi-tenancy?
Hello together,what is the recommended way of liquibase to handle multi-tenant applications with identical database schema but with different masterdata per tenant?I was thinking of using contexts, but...
View ArticleRe : Is the Gradle plug-in advised?
I am not sure of the state of the gradle plugin - but you may get better response to this question on Stack Overflow than in this forum. It has been my experience that there are more people answering...
View ArticleRe : Is the Gradle plug-in advised?
Thank you Steve!As I guessed so too, I posted it there yesterday. I didn't ask the advise question there, as S.O. doesn't like opinion questions. The underwhelming response answers that question...
View ArticleUnable to delete changelog files after liquibase operation
I am working with liquibase to update database with temp changlog files and delete then after liquibase operation like executeUpdate.But file delete operation is failing after liquibase operation,...
View ArticleRe : Is the Gradle plug-in advised?
FYI: I've decided to ignore the Liquibase Gradle plug-in and go with a custom Gradle task as described by Hazim here on Stack Overflow. That works like a charm.
View ArticleincludeAll does not work when running with the maven plugin
Hi everybody,I have a problem with 'includeAll' when running liquibase via liquibase-maven-plugin 3.5.3.An example is attached as zip-file shows exactly our use case.It can be executed with the command...
View ArticleRe : Best way to create masterdata per tenant / multi-tenancy?
Hi,I'd also appreciate advice on how to handle this kind of applications, I'm dealing with the same issue.Thanks in advance.
View ArticleLiquiBase is throwing UnexpectedLiquibaseException: Cannot find LockService
I am trying to get LiquiBase to work with InstallAnywhere. InstallAnywhere is executing LiquiBase via an ANT target.It work fine if the ANT target is executed via command line. When I use...
View ArticleDatabaseFactory.getImplementedDatabases()
I think your code is fine because based on the short name there is only one of each. But if for some reason you have multiple class with the same short name, the code will just return the first one....
View ArticleLooking for feedback on cross-database support
I'm trying to better understand how the Liquibase cross-database support is used. If you are using the same changelog file across multiple databases, can you comment on what has worked well and what...
View ArticleendDelimiter="GO;" stops working since 3.5.xxx
HiWe are using liquibase with MS SQL, a lot of changesets have been already written. And for some reason we are using endDelimiter="GO;" in almost all changesets (please don't ask me why, I haven't an...
View ArticleRe : Multiple inserts in sqlFile do not fail as expected
Guys I know how to solve this problemJDBC driver has a very interesting feature: when you execute command containing multiple statements, driver returns only the result of the first statement...
View ArticleRe : endDelimiter="GO;" stops working since 3.5.xxx
Some more information: I perform some investigation, it looks like since 3.5.xxx the method which parse string and splits it up to the sql expressions was changed dramatically, no it parse string word...
View Article