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

Propagate offending SQL into R2DBC exceptions #224

Closed mp911de closed 2 years ago

mp911de commented 2 years ago

All R2DBC exceptions can now accept the offending SQL (see r2dbc/r2dbc-spi#238) and we should adopt our exception factory to that.