Tatiana Fernández
Tatiana Fernández
Hi @famod , I was able to replicate this issue in version 4.23, so it seems like it hasn't been fixed yet. I'll forward it to the development team so...
@Dasiu as Sebastian said, the `--monitor-performance` parameter creates a file containing all information about the execution of Liquibase code. If you could provide us with that file, as well as...
@Dasiu I understand that uploading the JFR publically is not ideal, but without it we won't be able to find the source of the issue. To ensure more privacy, we...
Hi @instagibb, thank you for reporting this issue. I was able to reproduce it, as well as what @wmcshane and @mk-github-77 reported. If there is no backslash present, the statement...
Further info: this bug only occurs if the backslash is **before** the unicode character. Using the string `~\` does not produce any errors.
Hi @Guschtel! Thank you for reporting this issue. If you could go ahead and create a PR, our devs will review it and guide you if necessary. If you add...
Hi @pkernevez, thank you for reporting this issue. It seems to have been introduced by #3081, with the section starting in `liquibase-core/src/main/java/liquibase/changelog/DatabaseChangeLog.java#819` for v4.19.1 or in `liquibase-standard/src/main/java/liquibase/changelog/DatabaseChangeLog.java#941` for v4.25.1. I'll...
Hi @muhammednursoy I was able to confirm that there are different behaviours with timestamps with different changelog file formats. Here's part of the output from running `liquibase update-sql` with the...
I can now confirm that this is a bug in the yml parser. The correct behaviour is the one displayed for the xml files. We'll look into this, thank you...
Hi @Mas2112, thank you for reporting this issue. I was able to verify the bug all the way back to Liquibase version 4.9.1, so I think it's safe to say...