v.23.2Improvement

Fix Parameterized SELECT Queries with REPLACE Transformer

Fix parameterized SELECT queries with REPLACE transformer. Resolves #33002. #46420 (Nikolay Degterinsky).
Fixed an issue where parameterized SELECT queries with the REPLACE transformer failed to execute correctly.

Why it matters

This fix resolves a problem that caused parameterized SELECT queries using the REPLACE transformer to malfunction, improving query reliability and correctness for users leveraging query parameterization with transformation.

How to use it

Users can continue using parameterized SELECT queries with the REPLACE transformer as before. The fix is applied internally, so no additional configuration or syntax changes are needed.