liquibase is not able execute change-set in DB using its api
I am trying to integrate liquibase with my project. but i am not able to exceute change log using Liquibase java API. I could not figured out why non of the change-set is getting executed and reflected...
View Articleliquibase is not able execute change-set in DB using its api
I am trying to integrate liquibase with my project. but i am not able to exceute change log using Liquibase java API.I could not figured out why non of the change-set is getting executed and reflected...
View ArticleUnexpected error running Liquibase: Unexpected value [...] (options must...
I'm hoping that someone can tell me what I'm doing wrong... my command is ./liquibase --driver=com.mysql.cj.jdbc.Driver...
View ArticleRe : Unexpected error running Liquibase: Unexpected value [...] (options must...
Cross-posted to https://stackoverflow.com/questions/55960342/unexpected-error-running-liquibase-unexpected-value-options-must-start-w
View Articlevalidating stored procedure code in liquibase
I am working on a project using liquibase to deploy teradata changes.We plan to perform some validations on the code of stored procedures.We plan to modify the current liquibase teradata extension.For...
View Articleupdate liquibase path from 3.5.5 to 3.6.3 requested
Is there any update path from 3.5.5 to 3.6.3? for Liquibase available? or documentation I could look at.I post this just in case I am overseeing a thing that should be updated and / or checked.Is...
View Article[3.3.6] Bug tag duplicated
I have multiple tags in my DB for the same row and same Date executed.This is so far what I have found out, specifically for Oracle using the liquibase-core and no extensions.on 3.6.3 and 3.5.4 / 3.5.3...
View ArticleRe : validating stored procedure code in liquibase
It is possible - this is just one small part of what Datical is doing with Liquibase. Our extensions to Liquibase are quite extensive though. We have a complete rules engine that can examine the...
View ArticleResourceComparator - GeneralUsage
Hello guys I've been trying to use resourceComparator property however I couldn't actually make it work, as there's no definition or documentation on how to use it, I thought it would be ok to bring...
View ArticleLiquibase Loading Data Performance
I have a SQL format changelogs file with more than 1 million data records, the size of file is more than 200MB, close to 300MB. I used Liquibase Maven plugin to load those data into one database, it...
View ArticleGet an error when loading a sql format changelogs with large amount of data
I dumped some data in mysql.sql format, the file size is more than 400MB. And change the file into Liquibase SQL changelog formatWhen using Liquibase maven plugin to load those data into database, get...
View ArticleRe : Liquibase Loading Data Performance
The other method to load data is from a CSV file. But, all that will do is generate SQL like you probably already have. https://www.liquibase.org/documentation/changes/load_data.html. So, loading the...
View ArticleRe : Liquibase Loading Data Performance
I have a dump mysql file. Will use Mysql function to restore the dumped file first (instead of using Liquibase to load the dumped file), and then use Liquibase just maintain the changes on top of those...
View ArticleParse error at line: 12, column: 4: Incorrect syntax near 'ALTER'.
I'm using Microsoft Azure Datawarehouse and would like to version my scripst using Liquibase. I have tried creating simple tables and stored procedures using changelog and able to create them...
View ArticleLiquibase not creating sequence for azure SQL server.
Hi,I am working on one java spring boot based project and using liquibase as my middle layer, Using database sequence for entity ID.so I have below liquibase changeSet and which is not creating...
View ArticledropAllForeignKeyConstraints no longer works
On Oracle, liquibase 3.6.3 seems to run a <dropAllForeignKeyConstraints> for a long time.Looking at the logs, it seems to be running a LOT of SQL, but it never finds or removes any foreign keys...
View ArticleRe : Parse error at line: 12, column: 4: Incorrect syntax near 'ALTER'.
Can you share what the full changelog looks like?Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : dropAllForeignKeyConstraints no longer works
If you have a small reproducible test case, I can certainly file a bug for you. Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : dropAllForeignKeyConstraints no longer works
This file recreates the issue in liquibase 3.6.3, but works in 3.5.5.After you update the file, run the Oracle SQL: "select * from all_constraints where table_name = 'TESTA'" If there are any...
View ArticleLiquibase failing while attempting to drop non-existent TMP_% tables during...
Cross-posted from stack-overflow (here):Running > liquibase generateChangeLog > genChgLog.txtwith the following as my liquibase.properties,> classpath=C:\\Program Files (x86)\\MySQL\\MySQL...
View Article