Re : SpringBoot ptoject Rollback
No, your database would not get automatically rolled back to an earlier version. Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleUpload mysql dump into database
Hi. I am using Liquibase in a Dropwizard java project with Gradle. I have attempted to load a mysql dump via several different approaches, none of which have been successful. I'd very much...
View ArticleWhat's the proper way to conditionallly create a view?
I use derby and PostgreSQL and they have different syntaxes for aggregating over years and months ("YEAR(timestamp)" vs. "extract(year from timestamp) as year" (both result in a column name year or...
View ArticleRe : What's the proper way to conditionallly create a view?
Also, instead of selecting on dbms, I would have preferred to select on capability so that instead of creating a view just for derby I would create a view for all dbms'es that follow the same syntax...
View ArticleShow WARNING when executing dropAll as SYSTEM on oracle
Hi,I'm not sure whether I'm not doing something wrong (only simple dev here) but trying to execute dropAll on connection with oracle SYSTEM results with nothing being dropped.I did some digging and...
View ArticleRe : What's the proper way to conditionallly create a view?
The suggestion to have two changesets with the two different definitions is what I would recommend. You can use multiple dbms names separated by commas to show that the changeset should apply to any in...
View Articledbdoc: adding asciidoc markup generation - could I add it?
hi,in a process to get ci output and docs fit together, i would like to have liquibase dbdoc output in asciidoc markup format.At the moment only a html writer for dbdoc exists.I am considering looking...
View ArticleRe : Show WARNING when executing dropAll as SYSTEM on oracle
If it wouldn't bee too much trouble, can you write this up as a ticket in Jira? That will help us get the issue addressed.https://liquibase.jira.com/projects/CORE/issuesSteve DoniePrincipal Software...
View ArticleRe : Show WARNING when executing dropAll as SYSTEM on oracle
Here you go https://liquibase.jira.com/browse/CORE-3510.Zbynek
View ArticleRe : dbdoc: adding asciidoc markup generation - could I add it?
Datical, the company that I work for is adding more resources to support Liquibase. One of the things that we would like to do is improve the dbDoc command, so your addition would be very welcomed. The...
View ArticleRe : Show WARNING when executing dropAll as SYSTEM on oracle
Thanks!Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc. http://www.datical.com/
View ArticleRe : What's the proper way to conditionallly create a view?
Thanks for the feedback!I don't know which DBMSes that use the same syntax as derby...? Maybe all/most of them, but "!postgresql" seems a bit drastic...? Will changing the dbms list in the...
View ArticleRe : What's the proper way to conditionallly create a view?
I don't know which DBMSes that use the same syntax as derby...? Maybe all/most of them, but "!postgresql" seems a bit drastic...? (According to a bit of googling, MySQL and MSSQL use the same...
View ArticleRe : What's the proper way to conditionallly create a view?
Change the dbms attribute will not affect the checksum of a changeset. This is also true for the labels and contexts attributes. Steve DoniePrincipal Software EngineerLiquibase Community...
View ArticleLiquibase maven plugin with JDK11 failing
I'm using Apache Maven 3.3.9 Java version: 11.0.5 And the latest version of liquibase-maven-plugin as follows: <plugin> <groupId>org.liquibase</groupId>...
View ArticleEdition Based Redefinition from Oracle and liquibase plugin 3.8.1
Hello I would like to specify the edition from oracle, it means, before doing any change in the database I have to execute ALTER SESSION SET EDITION = <name_of_edition>. Is there any way to do...
View ArticleRe : Liquibase maven plugin with JDK11 failing
Thanks Elena!I answered this on StackOverflow:https://stackoverflow.com/questions/58952978/liquibase-maven-plugin-with-jdk11-failing/58963756#58963756Steve DoniePrincipal Software EngineerLiquibase...
View Articleeclipse / intellij import (liquibase-core)
I try to get my feet wet with the liquibase source, and maven build is working flawless. Importing into an IDE seems a bit more involved, are there any newer pointers for this?- eclipse: javacc, ant,...
View ArticleRe : Edition Based Redefinition from Oracle and liquibase plugin 3.8.1
we've been able to solve it executing a first sqlFile changeset that executes ALTER SESSION SET EDITION = <name_of_edition>. It looks like the connection is properly changed and that we're able...
View ArticleRe : eclipse / intellij import (liquibase-core)
Are you looking at the master branch? It might be best to look at the 3.8.x branch at the current time. We are making some significant changes on master and it is not ready for release any time soon....
View Article