preConditions affect checksum?

Hi,

Do preconditions affect the result of the checksum calculation?

Best regards /Lasse

No, they do not.  Since they do not affect the actual SQL I did not include them.

Nathan

Thx Nathan :slight_smile:

Before this question I searched the documentation for what exactly is considered when checksum is calculated but without success. Is it stated somewhere in the docs?

Best regards /Lasse

It’s probably not documented, but should be.

The general idea is that the checksums should be based on what is executed against the database.  So any changes to the changes or referenced sql files wouldbe included in the changeset, changes to used changelog parameters, changes to the sqlVisitors.  Preconditions, attributes like dbms, contexts, onFail, validCheckSum, and rollback are not included.

Nathan