Skip to content

Commit e07c1bb

Browse files
Update updateInformix.js
1 parent 29e464a commit e07c1bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/updateInformix.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ String.prototype.escapeSpecialChars = function () {
88
.replace(/\t/g, "\\t")
99
.replace(/\f/g, "\\f");
1010
// .replace(/\\/g, "\\\\"); */
11+
1112
return this.replace(/\\/g, "\\\\")
13+
.replace(/\\\"/g, '\\\\"')
1214
.replace(/\n/g, "\\n")
1315
.replace(/\r/g, "\\r")
1416
.replace(/\t/g, "\\t")

0 commit comments

Comments
 (0)