mirror of https://github.com/calzoneman/sync.git
Merge branch 'master' into nwsexperiment
This commit is contained in:
commit
8bda02723b
|
@ -79,6 +79,8 @@ function createQuery(template, args) {
|
||||||
template = first + template.substring(idx).replace("?", arg);
|
template = first + template.substring(idx).replace("?", arg);
|
||||||
last = idx + arg.length;
|
last = idx + arg.length;
|
||||||
}
|
}
|
||||||
|
template = template.replace(/`'/g, "`");
|
||||||
|
template = template.replace(/'`/g, "`");
|
||||||
return template;
|
return template;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue