We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a8bf5 commit 6616d81Copy full SHA for 6616d81
src/worker/executors/update/index.ts
@@ -77,7 +77,7 @@ export class Update extends BaseFetch {
77
results = null;
78
const whereQry = { [key]: { [QUERY_OPTION.In]: inQuery } };
79
this.query.where = whereQry;
80
- this.initTransaction();
+ // this.initTransaction();
81
return this.goToWhereLogic();
82
});
83
}
@@ -94,4 +94,4 @@ export class Update extends BaseFetch {
94
Update.prototype.executeWhereUndefinedLogic = executeWhereUndefinedLogic;
95
Update.prototype.executeWhereLogic = executeWhereLogic
96
Update.prototype.executeRegexLogic = executeRegexLogic
97
-Update.prototype.executeInLogic = executeInLogic
+Update.prototype.executeInLogic = executeInLogic
0 commit comments