Re : Error CheckConstraintSnapshotGenerator.getSnapshotObjectSql
It seems Spring not loading LiquiBase in same Order in each different ServerRegards
View ArticleRe : Error CheckConstraintSnapshotGenerator.getSnapshotObjectSql
Wow, that is surprising. Have you filed a bug report with the Spring folks?Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc. http://www.datical.com/
View ArticleLoaddata is is working for db2 database
Hi Team,I tried to load data from csv file to DB2 table. But it is not showing updateSQL , also when I run update command it is showing executed successfully but it didn't really inserted...
View ArticleSnowflake Documenttaion Error
Unexpected error running Liquibase: Don't know how to query for sequences on USERNAME @ jdbc:snowflake://xyz.west-europe.azure.snowflakecomputing.com:443/ (Default Schema: PUBLIC)I'm receiving this...
View ArticleRe : Snowflake Documentation Error
Just to be clear - you are running liquibase dbDoc command? Are you using the snowflake extension? If so, which version?Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc....
View ArticleRe : Snowflake Documentation Error
I am using extension latest v2.0.0 ,https://forum.liquibase.org/topic/how-to-use-snowflake-extension. And liquibase 3.8.0, But Bruce updated snowflake extension to Liquibase 3.8.5 , Do you think is...
View ArticleRe : Snowflake Documentation Error
I think it should be fine to use snowflake 2.0.0 with Liquibase 3.8.0. We don't make API-level changes without updating the minor version number, so all the 3.8.x versions should be compatible. I do...
View ArticleExporting data from pg_catalog (PostgreSQL)
I'm using liquibase command line and I'm trying to export data from the pg_catalog schema. The command I'm using is liquibase/liquibase --driver=org.postgresql.Driver...
View ArticleSQL server Windows Authentication Error
Unexpected error running Liquibase: com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication....
View ArticleFormatted SQL
Is it possible to use the current date as id of changeset?For example: --changeset myName:${currentDate} context:myContext failOnError:true
View ArticleRe : Formatted SQL
I answered your question over in Stack Overflow https://stackoverflow.com/questions/60456450/liquibase-formatted-sql-auto-generated-id/60458007#60458007As mentioned in my comment over there - can you...
View ArticleRe : SQL server Windows Authentication Error
Integrated Security requires access to sqljdbc_auth.dll. This file needs to be accessible in the Windows System path.Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc....
View ArticleRe : SQL server Windows Authentication Error
Sure, i already have Sqljdbc_auth.dll available as same path as SQL jdbc driver, but still it didn't work.Upon further looking i managed to fix the error , sqljdbc_auth.dll should be copied under...
View ArticleRe : SQL server Windows Authentication Error
Yes - because it is a native DLL, it needs to be on the Windows System Path. The driver jars are loaded based on the Java classpath, which is different. Glad you were able to get this working. Steve...
View ArticleSql statement is finished, but changeset not marked as executed
Hi,I have the following changeset executing <?xml version="1.0" encoding="UTF-8" standalone="no"?><databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"...
View ArticleLiquibase does not seem to recognize new rows for changeset
Hi,I have 2 DBs On MySQL. Working1 and Reference1. Initially,Working1 is empty. I genereated Chagne set from Reference1 which got lots of DDL and DMLs (Inserts). liquibase --changeLogFile=file_name.xml...
View ArticleConnecting to Azure SQL with Azure Active Directory Integration
I posted this on SO, but also wanted to draw attention to the post from this...
View ArticleRe : Connecting to Azure SQL with Azure Active Directory Integration
I was able to get this to work. I am not very familiar with Java (we use Liquibase with a C# project), so I think some of the Java pieces tripped me up.There were a few things I had to do to make this...
View ArticleRe : Connecting to Azure SQL with Azure Active Directory Integration
Thanks for documenting this! Would you mind if I re-used your content on the main liquibase.org site? Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc....
View ArticleRe : Connecting to Azure SQL with Azure Active Directory Integration
Not at all. Happy to help contribute!
View Article