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 118798a commit a643d5fCopy full SHA for a643d5f
graphql-server/src/queryFactory/dolt/index.ts
@@ -334,8 +334,8 @@ export class DoltQueryFactory
334
): Promise<boolean> {
335
return this.queryMultiple(
336
async query => {
337
- await query("BEGIN");
338
await query("SET @autocommit = 0");
+ await query("BEGIN");
339
340
const msg = `Merge branch ${args.fromBranchName}`;
341
const params = [msg];
0 commit comments