johanclasson / vso-agent-tasks

Build and Release Tasks for Visual Studio Online and Team Foundation Server
MIT License
20 stars 16 forks source link

DbUpMigration - Add Oracle support #23

Open sumo300 opened 7 years ago

sumo300 commented 7 years ago

Oracle support is probably the next largest need from an implementation perspective (of the big, commercial DBMS's). This would be a great next step for this plug-in which we have made a critical part of our current process. Unfortunately, we have Oracle DBs, too.

johanclasson commented 7 years ago

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!

johanclasson commented 7 years ago

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. Read more here: https://github.com/DbUp/DbUp/search?p=1&q=oracle&type=Issues&utf8=%E2%9C%93

I'm closing this issue, but am willing to open it up when DbUp supports Oracle DB.

sumo300 commented 7 years ago

@johanclasson Agreed. Hadn't noticed that! Thanks for looking into it.

johanclasson commented 6 years ago

It seems that there is oracle support now. https://github.com/DbUp/DbUp/pull/326

sumo300 commented 6 years ago

Great news!