mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-28 04:28:53 -05:00
Fix a select commit to call dolt_commit I found in code review
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user