antoniop
committed
on 09 Jan 23
Improve the approach with strings containing colons in prepared SQL statements:

we first normalize all strings with a safe placeholder, sub… Show more
Improve the approach with strings containing colons in prepared SQL statements:

we first normalize all strings with a safe placeholder, substitute the variables, then put the strings back in place.

Show less