json schema
Hello everyone.Where can I find the json schema to liquibase json format?My intention is to use it in visual studio code.I'm planning to create the json schema to liquibase, but before create it I...
View ArticleRe : json schema
As far as I know, no one has created a json schema for Liquibase.Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleUsing includeObjects/excludeObjects with generateChangeLog
In this Jira item (https://liquibase.jira.com/browse/CORE-875) it says that includeObjects/excludeObjects has been added for generateChangeLog in the command line utility. I'm trying to use it with...
View ArticleRe : Using includeObjects/excludeObjects with generateChangeLog
It appears that it only works for diff and diffChangeLog, not got generateChangeLog.Here is a chunk of the source code for the command line (see...
View ArticleRe : Using includeObjects/excludeObjects with generateChangeLog
For others seeing this - I have confirmed that I can use the includeObjects/excludeObjects with the generateChangeLog Ant task, but not with the Liquibase command line.
View ArticleRe : Using includeObjects/excludeObjects with generateChangeLog
I haven't looked into it deeply, but if it is possible to use those options with the Ant task, it might be a very simple code change to get it working from the command line. Steve DoniePrincipal...
View ArticleRe : Using includeObjects/excludeObjects with generateChangeLog
Yes, I would think that would be the case, can you add that to Jira?ThanksSean
View ArticleRe : Using includeObjects/excludeObjects with generateChangeLog
I created https://liquibase.jira.com/browse/CORE-2847Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleaddColumn fails against sqlite3 due to index conflict - trivial example attached
Hi All,We use liquibase to manage some schemas for Postgres and MS SQLServer, it works well against those db'sFor local tests, though, we use sqlite3, and I've been having all manner of problems...
View Article[Tomcat] Liquibase failed to start
Hi there.I've app project on spring-boot generated by JHipster along with Liquibase 3.4.2. Application works fine if launched by java -jar command but fails to start on tomcat server.Stacktrace (full...
View ArticleRe : [Tomcat] Liquibase failed to start
Not sure whose fault it is, but looks like Liquibase could be changed to avoid this.Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : Using includeObjects/excludeObjects with generateChangeLog
Nathan has closed CORE-2847 - it appears you just need to put the arguments in the correct place on the command line.The --includeObjects and --excludeObjects argument is specific to diffChangeLog and...
View ArticleRe : Using includeObjects/excludeObjects with generateChangeLog
Yes, thanks, I verified that works just fine.Thanks!Sean
View ArticleRe : includeObjects not working with generateChangeLog
It does work from the command line too, you just need to make sure you put --includeObjects AFTER generateChangeLog in the parameter list. Got me too until Nathan pointed that out.
View ArticleRe : includeObjects throws exception in command line
You just need to make sure you put --includeObjects AFTER generateChangeLog in the parameter list. Got me too until Nathan pointed that out.
View ArticleHow to disable useProcedureSchema?
I noticed a problem since upgrading to Liquibase 3.5.1 (from 3.4.2) and I traced the problem to CORE-2626.I need to disable liquibase.useProcedureSchema but I am unclear on where to specify this. I...
View ArticleRe : [Tomcat] Liquibase failed to start
It seems like tomcat sometimes passes in a "null" classpath to the resource accessor. I have a fix for 3.5.2 (planning on a release next week) that should fix this.Nathan
View Articledynamic sql
Hi, I'm very new to liquibase. In one changeset, I want to gen a dynamic sql, and run the sql in the next changeset. Is it doable ?Basically, how/where will the output of the gen sql ?
View ArticleLiquibase on Informix database using DB2 driver
I'm using the IBM Data Server Driver (jcc4) to connect to my Informix database. This is a DB2 driver that also supports Informix.My Liquibase configuration contains:driver:...
View Article