This commit is contained in:
Benjamin Toby 2024-11-12 06:52:30 +01:00
parent 31597437a2
commit 106632fdb5
2 changed files with 2 additions and 3 deletions

View File

@ -71,8 +71,7 @@ function sqlGenerator({ tableName, genObject }) {
typeof mtch.source == "object" ? mtch.source.fieldName : mtch.source typeof mtch.source == "object" ? mtch.source.fieldName : mtch.source
}=${(() => { }=${(() => {
if (mtch.targetLiteral) { if (mtch.targetLiteral) {
sqlSearhValues.push(mtch.targetLiteral); return `'${mtch.targetLiteral}'`;
return "?";
} }
return `${ return `${

View File

@ -1,6 +1,6 @@
{ {
"name": "@moduletrace/datasquirel", "name": "@moduletrace/datasquirel",
"version": "2.5.8", "version": "2.5.9",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"bin": { "bin": {