FSharp.Data.SqlClient icon indicating copy to clipboard operation
FSharp.Data.SqlClient copied to clipboard

Support SQL Azure test db deployment

Open dmitry-a-morozov opened this issue 8 years ago • 5 comments

As of now Fake build script supports test database deployment (AdventureWorks2012 + extras) only into on-prem SQL Server. Change it to support SQL Azure too. Most likely this involves going away from *.mdf file to script based deployment.

dmitry-a-morozov avatar Mar 25 '16 17:03 dmitry-a-morozov

Perhaps consider DACPAC based deployment? This is pretty well supported in FAKE and works for both on-prem and Azure based deployments. Happy to help here.

isaacabraham avatar Jan 19 '18 07:01 isaacabraham

@isaacabraham Currently I'm not involved in this project. Somebody else needs to take care of this issue.

dmitry-a-morozov avatar Jan 19 '18 17:01 dmitry-a-morozov

@isaacabraham I'll be happy to review PR and publish if you can help. Unfortunately, Currently I have bandwidth for basic admin stuff only.

dsevastianov avatar Jan 24 '18 15:01 dsevastianov

@dsevastianov same here. We're hoping to have some time over the next weeks to contribute some stuff back into OSS projects, and this is one issue we could help with.

isaacabraham avatar Jan 24 '18 15:01 isaacabraham

That would be awesome, thanks a lot!

dsevastianov avatar Jan 29 '18 19:01 dsevastianov