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
|
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 `${
|
||||||
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user