EnableFastComparision feedback #823
Unanswered
Erik Ejlskov Jensen (ErikEJ)
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
allancascante Drew Skwiers-Koballa (@dzsquared)
Looking forward to this - I made an attempt at implementing something similar: https://github.com/ErikEJ/DacDeploySkip
I ended up checking the checksum of not only the model.xml but also predeploy.sql and postdeploy.sql
https://github.com/ErikEJ/DacDeploySkip/blob/main/src/DacDeploySkip/DacpacChecksumService.cs
I heard someone metion that the deloy options could also be a vector, and it looks like you store that - presumably to use it to determine if fastcomparision is possible?
All reactions