dotnet / dotnet/SqlClient

Delayed durability support

Open
#317 5 comments 1 reaction 0 assignees View on GitHub
Good First Issue :sparkles: Up-for-Grabs :raised_hands:
Dominant language
C#
Stars
989
Forks
340
Avg merge
4d 19h
Merged PRs (30d)
72

Description

### Is your feature request related to a problem? Please describe.
SQL Server 2014 supports [delayed durability](https://docs.microsoft.com/en-us/sql/relational-databases/logs/control-transaction-durability?view=sql-server-ver15). This requires a slight different SQL for the commit:
`COMMIT WITH (DELAYED_DURABILITY = ON)`

### Describe the solution you'd like
A property in SqlTransaction, for example bool DelayedDurability

### Describe alternatives you've considered
Manually executing the SQL `BEGIN TRANSACTION` and `COMMIT` is the alternative but it would be nice if it's builtin.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.