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

Report ConnectionMetadata from SERVERPROPERTY and @@VERSION #94

Closed mp911de closed 5 years ago

mp911de commented 5 years ago

Metadata should return the product name and edition:

Microsoft SQL Server 2017 (RTM-CU15) (KB4498951) - Developer Edition (64-bit)
mp911de commented 5 years ago

See r2dbc/r2dbc-spi#118.