Re : 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 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 : Error CheckConstraintSnapshotGenerator.getSnapshotObjectSql
It seems Spring not loading LiquiBase and Beans 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
Yes i am running dbdoc command ,using extension latest v2.0.0 ,https://forum.liquibase.org/topic/how-to-use-snowflake-extension and liquibase v3.8.0, But Bruce updated snowflake extension to Liquibase...
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 Article