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 Attention token (cancelling running queries) #215

Closed mp911de closed 3 years ago

mp911de commented 3 years ago

As per TDS specification, we should correctly send and receive attention tokens to be able to cancel ongoing queries. This is a pre-requisite for #213