r2dbc-mssql icon indicating copy to clipboard operation
r2dbc-mssql copied to clipboard

R2DBC Driver for Microsoft SQL Server using TDS (Tabular Data Stream) Protocol

Results 34 r2dbc-mssql issues
Sort by recently updated
recently updated
newest added

## Bug Report #### Versions - Driver: r2dbc-mssql-0.8.8.RELEASE - Database: Microsoft SQL Server 2019 (RTM-CU15) (KB5008996) - 15.0.4198.2 (X64) - Java: temurin-11.0.15 - Kotlin: 1.6.21 - Spring Boot: 2.6.7 -...

status: waiting-for-triage

We have a randomly failing test on Github Actions, unfortunately, no steps to reproduce. #### Versions - Driver: Arabba-SR12 - io.r2dbc:r2dbc-mssql:0.8.8.RELEASE - Java: 1.8 - OS: Linux - Github Actions...

type: bug

Make sure that: - [x] You have read the [contribution guidelines](https://github.com/r2dbc/.github/blob/main/CONTRIBUTING.adoc). - [x] You have created a feature request first to discuss your contribution intent. Please reference the feature request...

Hi Could you please introduce MultiSubnetFailover parameter for r2dbc-mssql driver. I am considering to move from plain JDBC driver (that successfully supports MultiSubnetFailover) to R2DBC for mssql. However, I could...

type: enhancement
status: ideal-for-contribution

Hello, I am getting the below exception happening in Production. It is random issue and once I get the issue, it is not inserting the data into the DB for...

status: waiting-for-feedback

Is it possible to connect to the MSSQL database not with user credentials, but with domain user account?

type: enhancement
status: ideal-for-contribution

I would like to know why there is no PARAM logger like [PostgreSQL](https://github.com/pgjdbc/r2dbc-postgresql/blob/main/src/main/java/io/r2dbc/postgresql/BindingLogger.java) ? Thank you

type: enhancement
status: ideal-for-contribution

## Bug Report #### Versions - Driver: com.microsoft.sqlserver:mssql-jdbc - Database: Azure sql server - Java: 1.8 - Hoxton.SR3 - OS: Cloud deployment - docker base openjdk:8-jdk-alpine #### Current Behavior Essentially...

type: bug
status: waiting-for-feedback

type: enhancement
status: ideal-for-contribution

Running into an error where the first time a query executes (using the cursored execution _mode_) it works, but running it again fails because my SQL Server didn't recognize the...

type: enhancement
status: ideal-for-contribution