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

Use param match regex to detect parametrized query #202

Closed jgiovaresco closed 3 years ago

jgiovaresco commented 3 years ago

Issue description

201

The commit https://github.com/r2dbc/r2dbc-mssql/commit/c3e23a791efdc83d42df562fc0a86213c3faa9d8 has removed the use of the PARAMETER_MATCHER regex. Putting it back solves the issue.

mp911de commented 3 years ago

Duplicate of #197.