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

Backport "Strip ROWSTAT column from MssqlRowMetadata" to 0.8.x #235

Closed chadlwilson closed 2 years ago

chadlwilson commented 2 years ago

It'd be useful to have the fix to #188 (completed in 6a12904) backported to 0.8.x as it seems the issue with the extra column affects both versions when processing the column metadata.

It occurs to me that me might have to hope anyone who has worked around this in client code has done so in a forward-compatible way rather than just blindly ignoring the last column from the metadata though...