Does Liquibase calc checksums for changesets before or after applying property substitution when using XML only?
I have the following changeset and can’t find any docs about if the checksum is calculated before or after the property is substituted.
Where do I find an exact definition of what is part of checksum calculation under which circumstances?
I would like to know exactly what is part of checksum calculation and what is not in the various different ways a changeset can be written. There’s YAML, XML embedded SQL, SQL in external files and I only find different hints on how things behave at various different places, but I can’t find any summary for all of the cases. What I’ve found so far are some blog statements about newlines, spaces:
I used Liquibase Pro 4.27.0 by Liquibase licensed . For connecting Document DB and its not connecting
This is my properties file:
Run liquibase with changelog xml as stream input with new 4.18.0 version
In 2018, there was a post on stackoverflow regarding this question, which can be found here: Run liquibase with changelog xml as stream input