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 ca5286d commit 574cd55Copy full SHA for 574cd55
graphql-server/src/queryFactory/doltgres/queries.ts
@@ -102,7 +102,7 @@ export const getResolveConflicts = (numTables: number) =>
102
).join(", ")})`;
103
104
export const getCommitMerge = (hasAuthor = false) =>
105
- `CALL DOLT_COMMIT("-Am", $1::text${getAuthorNameString(hasAuthor, "$2::text")})`;
+ `SELECT DOLT_COMMIT('-Am', $1::text${getAuthorNameString(hasAuthor, "$2::text")})`;
106
107
// TAGS
108
0 commit comments