r2dbc / r2dbc-mssql

R2DBC Driver for Microsoft SQL Server using TDS (Tabular Data Stream) Protocol
Apache License 2.0
183 stars 32 forks source link

Add support for extended transaction definitions #183

Closed mp911de closed 3 years ago

mp911de commented 3 years ago

We should accept the transaction name and a transaction log mark. Also, apply the isolation level when starting a transaction and resetting the isolation level to the previous one after tx cleanup.

See also: