Remove Logs
This commit is contained in:
parent
97fc8f42c2
commit
e41224bab7
@ -78,7 +78,6 @@ function sqlGenerator({ tableName, genObject, dbFullName }) {
|
|||||||
join: genObject.join,
|
join: genObject.join,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
console.log("queryObj.operator", queryObj.operator);
|
|
||||||
return ("(" +
|
return ("(" +
|
||||||
subSearchString.join(` ${queryObj.operator || "AND"} `) +
|
subSearchString.join(` ${queryObj.operator || "AND"} `) +
|
||||||
")");
|
")");
|
||||||
|
@ -117,7 +117,6 @@ export default function sqlGenerator<
|
|||||||
join: genObject.join,
|
join: genObject.join,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
console.log("queryObj.operator", queryObj.operator);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
"(" +
|
"(" +
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/datasquirel",
|
"name": "@moduletrace/datasquirel",
|
||||||
"version": "3.9.5",
|
"version": "3.9.6",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
Reference in New Issue
Block a user