Updates
This commit is contained in:
parent
31597437a2
commit
106632fdb5
@ -71,8 +71,7 @@ function sqlGenerator({ tableName, genObject }) {
|
||||
typeof mtch.source == "object" ? mtch.source.fieldName : mtch.source
|
||||
}=${(() => {
|
||||
if (mtch.targetLiteral) {
|
||||
sqlSearhValues.push(mtch.targetLiteral);
|
||||
return "?";
|
||||
return `'${mtch.targetLiteral}'`;
|
||||
}
|
||||
|
||||
return `${
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@moduletrace/datasquirel",
|
||||
"version": "2.5.8",
|
||||
"version": "2.5.9",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
Loading…
Reference in New Issue
Block a user