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

Implements PARAM logger #249

Open aoudiamoncef opened 2 years ago

aoudiamoncef commented 2 years ago

I would like to know why there is no PARAM logger like PostgreSQL ?

Thank you

mp911de commented 2 years ago

Mostly because no one asked. Feel free to submit a pull request.

aoudiamoncef commented 2 years ago

I'll try to do it.

Is there any specific difficulty due to Microsoft SQL server driver ? or it's similar to Posgresql implementation ?

mp911de commented 2 years ago

It should be pretty similar.

aoudiamoncef commented 2 years ago

It's harder than I taught, even MySQL R2DBC doesn't have support for this feature. Correct me if I'm wrong, we need a specific Lexer for MSSQL SQL queries ?