catull
catull
> > I am curious, where does that file come from, I cannot find a single reference to **liquibase-data/test.csv** > > I found the issue. In fact another test was...
> > Unfortunately, that error is back, see https://github.com/liquibase/liquibase/actions/runs/12244290334/job/34195316500#step:9:69997 > > @catull Interesting, I'm not seeing this commit anymore -> [2f2abde](https://github.com/liquibase/liquibase/commit/2f2abdefc210f0aacb2d86978ebb1377125f02c6) > > Could you cherry-pick it ? Re-applied the...
It still shows "1 change requested"; I thought I addressed/implement all of them. @tati-qalified
Could it be that the table is created outside of a changeset ? I have no problem packing the `create table` and `insert into table` into a regular change set....
My use case actually involves no LiquiBase meta tables (DATABASECHANGELOG and LOCK). The source DB is Oracle 19c, with some 80+ tables in a particular schema. We are interested in...
There is a follow-up issues #6396 to investigate.
Unfortunately, I cannot access https://datical.atlassian.net/browse/DAT-18821, but I believe you.
Perhaps @mingodad can explain what he intends or expects with the link above.
This bug is due to only checking if the a changelog file is defined, without checking its existance, see [here](https://github.com/liquibase/liquibase/blob/master/liquibase-standard/src/main/java/liquibase/command/core/GenerateChangelogCommandStep.java#L161). ```java if (StringUtil.trimToNull(changeLogFile) != null) { Scope.getCurrentScope().getUI().sendMessage("Generated changelog written to...
Dear @MalloD12 Yes, I can implement the change, and add some test cases along with it. Regards, @catull