Fixing Unicode Characters When Using DbUp
DbUp is a great tool to manage your database migrations. As I wrote here, it’s simple and easy to use. However, when it comes to edge cases like the German umlauts, that simplicity can have its downside. With neither a flag to change the encoding nor a way to interfere with the execution, it seems as if DbUp isn’t up for the task.
But don’t jump too early to this conclusion. It’s wrong and the source of the error is SQL Server, not DbUp.