Fix a select commit to call dolt_commit I found in code review

This commit is contained in:
Tim Sehn
2022-10-21 12:15:15 -07:00
parent 6af00ce059
commit 33ad4354c5
+1 -1
View File
@@ -556,7 +556,7 @@ SQL
);
INSERT INTO one_pk (pk,c1,c2) VALUES (2,2,2),(3,3,3);
CALL DOLT_ADD('.');
SELECT commit('-am', 'test commit message', '--author', 'John Doe <john@example.com>');"
CALL dolt_commit('-am', 'test commit message', '--author', 'John Doe <john@example.com>');"
server_query repo1 1 dolt "" "call dolt_add('.')" "status\n0"
run dolt ls