r2dbc-mssql
r2dbc-mssql copied to clipboard
R2DBC Driver for Microsoft SQL Server using TDS (Tabular Data Stream) Protocol
## 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 -...
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...
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...
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...
Is it possible to connect to the MSSQL database not with user credentials, but with domain user account?
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
## 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...
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...