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

Add support for MSSQL Always Encrypted #226

Open jarpz opened 2 years ago

jarpz commented 2 years ago

Reviewing StackOverflow there is no major information about support.

https://stackoverflow.com/questions/65512096/always-encrypted-with-r2dbc

Any plan to support the Always Encrypted feature as JDBC does?

https://docs.microsoft.com/en-us/sql/connect/jdbc/using-always-encrypted-with-the-jdbc-driver?view=sql-server-ver15

Regards

mp911de commented 2 years ago

We would be happy to accept a pull request that introduces support for Always Encrypted.