Tatiana Fernández

Results 123 comments of Tatiana Fernández

Hi @ac-rdn, thank you for reporting this issue. I've been able to replicate it with Liquibase versions 4.25.1 and 4.26.0. Here are the generated changesets when running `mvn liquibase:diff`: **1.**...

@mehmet-acar-oyakgm thank you for reporting this issue, it's a weird edge case and it goes even further than the letter 'i'. To reproduce this, both databases need to have the...

Hello @Tylorjg, I haven't been able to replicate this exact bug. Here's what I did: 1. Executed `CREATE TABLE product ( product_id int, department_id int, CONSTRAINT pk_my_table PRIMARY KEY (product_id,...

@Tylorjg just following up on this, were you able to re-test it?

Hi @lukas-grigis, thank you for reaching out to us. I need some more information about your situation in order to test this more efficiently: 1. When you say "a large...

Looking at the code, this error is probably coming from `liquibase.change.core.CreateViewChange#331`: ``` List

Hello @futtu, thank you for letting us know of this issue. I have a few questions so I can test this more effectively: 1. I noticed that you put "Output...

Hello @futtu, I've tested this issue with Liquibase versions 4.10.0 and 4.24.0, and it's working as it should. Would it be possible for you to update to the latest version...

Hi @alfonz19 I see that in your stackoverflow post you wrote "The changelog references other file (...) the file IS in the fat.jar. Liquibase can see the main entry one...

Hello @bostandyksoft, I agree with what you're suggesting, though it seems to be fixed for version 4.24.0, which was released a couple of days ago. Would you be able to...