r2dbc/r2dbc-mssql

Implements PARAM logger

aoudiamoncef opened this issue · 4 comments

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

Thank you

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

I'll try to do it.

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

It should be pretty similar.

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 ?