Re : Liquibase failing while attempting to drop non-existent TMP_% tables...
I don't have all the details, but it appears this can happen when using a database user with insufficient permissions. I talked with someone who said that using a root level database user fixed this...
View ArticleRe : Manually updated sql, how to sync databasechangelog table (md5)....
When you get into a situation where the checksums don't match, it is possible to alter the changeset in the changelog and add a nested validCheckSum element once you have verified that the changeset in...
View ArticleRe : liquibase 3.8.5 needs a pro license key
We are still working on how best to have public issue tracking available, but for now I have entered this into Datical's bug tracking system as DAT-4029Steve DoniePrincipal Software EngineerLiquibase...
View ArticlePormoting DDL changes from one to another Database
Team, I have made changes(adding a new table, and altering a column) in dev database. Now how to push these changes to prod environment. generateChangeLog will always generate full DDL. I want promote...
View ArticleHow to use Snowflake extension
Hello All,I am very new to liquibase , i am setting up to deploy snowflake changes (without maven or ant ) . i am wondering how to use snowflake extension jar file...
View ArticleRe : How to use Snowflake extension
I spent some time today working through some attempts to use the snowflake extension. There appear to be some significant issues with the plugin. The only way I was able to get it to work was to use...
View ArticleRe : Unexpected error running Liquibase: java.lang.RuntimeException:...
We have done testing of this command on PostgresSQL, so in general it should work. I am guessing that there is something specific about your database schema that is causing this issue. The code in...
View ArticleRe : Unexpected error running Liquibase: java.lang.RuntimeException:...
When started in log:DEBUG mode it would be nice if liquibase could give me at least a clue of where things went wrong, the column name, or at least the table name.
View ArticleRe : How to use Snowflake extension
Thanks Steve for looking into this, Is there any feature request from datical we can follow up on progress?
View ArticleRe : Unexpected error running Liquibase: java.lang.RuntimeException:...
Agreed. Do you have the ability to build and use a locally-built version of Liquibase? If so, I can help you add some debugging statements. Otherwise, I would need to have access to your database....
View ArticleRe : How to use Snowflake extension
I have created https://liquibase.jira.com/browse/CORE-3574 to track this. Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc. http://www.datical.com/
View ArticleRe : How to use Snowflake extension
Hey, murali! Are you a Snowflake employee or customer? Thanks!
View ArticleRe : How to use Snowflake extension
Hi Robert,I am snowflake customer , learning snowflake :)Regards,Murali
View ArticleRe : 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 Article