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

Transaction support for Microsoft.Data.Sqlite provider #817

Closed FedericoTauto closed 3 months ago

FedericoTauto commented 3 months ago

Proposed Changes

Solving transaction issues with Microsoft.Data.Sqlite provider Issue 816

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

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

Thorium commented 3 months ago

Looks good to me!

Thorium commented 3 months ago

Thanks, released in 1.3.29

FedericoTauto commented 3 months ago

Nice!