Skip to content

Commit a18edbd

Browse files
Update updateInformix.js
1 parent 3be25c1 commit a18edbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/updateInformix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ String.prototype.escapeSpecialChars = function () {
1010
// .replace(/\\/g, "\\\\"); */
1111

1212
return this.replace(/\\/g, '\\')
13-
//.replace(/\\"/g, '\\\"')
13+
.replace(/\\\\\\\"/g, '\\\"')
1414
.replace(/\n/g, "\\n")
1515
.replace(/\r/g, "\\r")
1616
.replace(/\t/g, "\\t")

0 commit comments

Comments
 (0)