Escapes a string for use in SQL string literals (prevents SQL injection).
Parameters
value: string
Returns string
Deprecated
Import EscapeSQLString from @memberjunction/global instead — it is the one
canonical escaper. This alias remains only so external callers do not break; it will be
removed in the next major.
Escapes a string for use in SQL string literals (prevents SQL injection).