Fix bug with quote escaping in DB sanatizeString()
This commit is contained in:
@@ -72,6 +72,8 @@ function sanatizeString(s) {
|
||||
|
||||
case '"' :
|
||||
case '\'' :
|
||||
return `${c}${c}`;
|
||||
|
||||
case '\\' :
|
||||
case '%' :
|
||||
return `\\${c}`;
|
||||
|
||||
Reference in New Issue
Block a user