Re : How to use Snowflake extension
Thanks for your interest in the liquibase-snowflake plugin. I was the original author, but haven't maintained it in quite some time. I recently had the opportunity to do some work with Snowflake so...
View ArticleHow to turn autoIncrement into IDENTITY clause on Oracle 12c
Hey there,I have a problem here. I am trying to create a table with a column id that has autoIncrement enabled. But even this little code segment doesn't create the desired sql code:<createTable...
View ArticleRe : How to use Snowflake extension
Thanks so much Bruce! Much appreciated. Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc. http://www.datical.com/
View ArticleRe : How to use Snowflake extension
Bruce, a question for you - the source for this was originally at https://github.com/CDKGlobal/liquibase-snowflake, but I see that you have forked that to...
View ArticleRe : How to use Snowflake extension
Yes, I would think the fork at https://github.com/bruce-szalwinski/liquibase-snowflake should be the "canonical" fork. I'll try and contact the folks at CDKGlobal to see if they can mark my original...
View ArticleNew more condensed and more detailed page layout for the changes
Notes on actual page:My proposal:If you like, I have the code for you!
View ArticleRe : loadupdatedata behavior for mysql
There is a typo <loadUpdateData primaryKey="Col10" ...and later you refer ... "Col1" which is auto-generated ... If there is no typo error you get the same?
View ArticleRe : loadupdatedata behavior for mysql
It's not a typo. The primary key column on my table is "Col1", which is auto-generated. But, I want to run the update based a column which is not the primary key, in this example "Col10"
View ArticleRe : eclipse / intellij import (liquibase-core)
I've seen similar when I was running on java 1.9+. If you are also, then you need to add the jaxb dependency to the maven plugin's pom file, because jaxb was removed from java core See PR 970
View ArticleRe : New more condensed and more detailed page layout for the changes
This is a really awesome change! Thanks for doing all this and setting up a demo documentation website. That really helps show me what is happening.Datical has been working on how we can process PRs...
View ArticleRe : New more condensed and more detailed page layout for the changes
I am unclear if this proposed change is the same as your pull request #992, which I am currently reviewing.https://github.com/liquibase/liquibase/pull/992Steve DoniePrincipal Software EngineerLiquibase...
View ArticleRe : New more condensed and more detailed page layout for the changes
#992 is required for #377, which uses the new information and just adds the nested details in the current layout. (I wasn't sure you will like the new layout.)I have not created PR for this new layout...
View ArticleError CheckConstraintSnapshotGenerator.getSnapshotObjectSql
Hi,I have following error message on cimmunity Liquibase 3.8.5Where is my mistake ?Regards2020-02-10 13:29:53.347 [default-startStop-1] INFO com.zaxxer.hikari.HikariDataSource.getConnection -...
View ArticleRe : Error CheckConstraintSnapshotGenerator.getSnapshotObjectSql
Can you supply more details on what you were doing when this happened? For example, were you running a command from the command line or using maven or something else? What command were you...
View ArticleRe : Error CheckConstraintSnapshotGenerator.getSnapshotObjectSql
Hi,Yes this problem happening when we start our application in SpringThe problem is only in live environment , same build has no problem in Test and Dev !We have copy "Prod database" in Test...
View ArticleRe : Error CheckConstraintSnapshotGenerator.getSnapshotObjectSql
I did some googling of the lowest level exception (java.lang.VerifyError: Stack map does not match the one at exception handler)It may be that you have more than one copy of the liquibase jar...
View ArticleRe : Error CheckConstraintSnapshotGenerator.getSnapshotObjectSql
Hi,We have a same War generated one time and deployed on DEV, RCT and PRD environment and problem is ONLY in PRD environment .Regards
View ArticleRe : How do I use --logLevel?
Follow up to thisThere was actually a bug in Liquibase 3.6.x that prevented the --logLevel flag from working properly. That has been fixed in 3.8.1 and subsequent versions. Steve DoniePrincipal...
View ArticleRe : New more condensed and more detailed page layout for the changes
I've created a new PR #407 containing the changes in the generator to generate the described new layout, that is visible @ liquibase-doc. All the elements can be styled separately from the...
View Article