troy icon indicating copy to clipboard operation
troy copied to clipboard

Ensure String Interpolation / Bind Markers are used in correct places only

Open tabdulradi opened this issue 7 years ago • 0 comments

String Interpolation variables get replaced by the macro with Bind markers. Due to multiple reasons, Schema engine could detect a wrong number of Bind Markers.

Possible Reasons: 1- Bug in Schema Engine 2- User wrote bind markers himself in the query 3- User used String interpolation in wrong places

First expose the issue via testcases, then fix.

tabdulradi avatar Oct 30 '16 18:10 tabdulradi