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 lock wait timeout #214

Closed mp911de closed 3 years ago

mp911de commented 3 years ago

Support to set LOCK_TIMEOUT through Connection.setLockWaitTimeout and the connection factory options.

See https://docs.microsoft.com/en-us/sql/t-sql/statements/set-lock-timeout-transact-sql?view=sql-server-ver15