fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
564 stars 144 forks source link

[Broken PR] Fix: Read .dacpac file from SSDT on Read-only File System (Azure Functions) #744

Closed varon closed 2 years ago

varon commented 2 years ago

Proposed Changes

Closes https://github.com/fsprojects/SQLProvider/issues/743

This change allows a .dacpac file to be loaded from a read-only FS like Azure Functions. Previously, it was opening in read/write mode. Now it's only using read.

Types of changes

What types of changes does your code introduce to SQLProvider? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

Thanks for the great maintainership of this project. Enormously appreciated to get stuff merged so fast, as this was a real blocker for us!