Johan Classon
Johan Classon
I have no idea since I have no experience with postgresql. I guess the hardest part would be to write automated tests verifying that the postgresql-related functionality works. Without automated...
Thank you! Yes. I am aware of the issue. I think that the hardest problem to solve is how to make the GUI. The only thing I can think of...
The reason for this is that I implemented sub-directory support before it was released in DbUp. I think that it would be great if I could just switch from `\`...
Is this really related to the RunAlways DbUp-feature? Have you tried using setting the Script Execution Order-field? * Filename => Scripts will be executed with `.OrderBy(i => i.Name)` * File...
I guess the hardest part would be to write automated tests verifying that the MySQL-related functionality works. Without automated tests I would not be able to verify that stuff still...
Only upgrading the DbUp version would not be enough since we also need to actively make DbUp use `AzureServiceTokenProvider` to set the sql connection access token. For example using connection...
I get that `System.Data.SqlClient` is deprecated, but that is an implementation detail of DbUp. It is not my impression that the DbUp repo is dead, and would therefore not like...
I would be happy to support Oracle, although I have very limited experience working with them myself... I would need some help to make it happen!
Hm... I see now that there is no support for Oracle in DbUp yet. Some folks have tried to implement support for it but their PRs seems to have failed....
It seems that there is oracle support now. https://github.com/DbUp/DbUp/pull/326