-
Looks like clearCheckSums is not extendable in 4.1.0. Cassandra doesn't like "UPDATE DATABASECHANGELOG SET MD5SUM = NULL;". Cassandra wants a WHERE clause. clearAllCheckSums in StandardChangeLogHistor…
r2-lf updated
4 months ago
-
Hello,
I tried to set `liquibase.ext.nochangeloglock.enabled=false` in some of my applications profiles, BUT it did not work (ie: the lock is being ignored ).
```xml
spring-boot-starter-parent…
-
### Search first
- [X] I searched and no similar issues were found
### Description
changelog-sync called from Java is not using the changelogparameters set in Java.
Java version: 21
Liquibase c…
-
### Search first
- [x] I searched and no similar issues were found
### Description
We are deploying SQL and PL/pgSQL scripts on an PostgreSQL Database via Liquibase. We use "$$" as endDelimiter in …
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Are…
-
### Search first
- [X] I searched and no similar issues were found
### Description
Seeing the following error in stack trace. Although **the functionality seems to work fine**, the exception …
-
### Search first
- [x] I searched and no similar issues were found
### Description
Hi,
It will be really usefull if we are able to customise locked by value so that it can be set to GHA jobid etc.
…
-
### Search first
- [x] I searched and no similar issues were found
### Description
The `CreateProcedureChange` class does not override the `load` method of `AbstractChange`, that generally populate…
-
We've developed a Liquibase extension that implements a new Liquibase command, but the Gradle plugin does not seem to pick it up and we cannot call it using this plugin. The extension runs correctly i…
-
### Expected Behavior
I'd like to set the duplicateFileMode to WARN instead of ERROR which is the default value as the next error message correctly suggests me: _"You can limit the search path to r…